Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <my-component>
  2. <ul>
  3. <li v-for="a in b">{{a.text}}</li>
  4. </ul>
  5. </my-component>
  6.  
  7. <ul>
  8. <li v-for="a in b">{{a.text}}</li>
  9. </ul>
Add Comment
Please, Sign In to add comment