danichimc

loop array

Jul 4th, 2017
3,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.11 KB | None | 0 0
  1.     <div id="my_view">
  2.       <ul>
  3.         <li v-for="friend in friends"> {{ friend.name }} </li>
  4.       </ul>
  5.     </div>
Advertisement
Add Comment
Please, Sign In to add comment