'Style elements in Vue.js
I am trying to add style on elements from json in a Vue js:
<div v-for="(item, index) in json._items" class="help-inner-callout" v-html="item.text" style="top:item.top; left: item.left;"></div>
In my try loop is working and elements are filling with text by v-html="item.text" but style not applied. Can anyone have a look please, I just started learning Vue js..
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
