Skip to content

Instantly share code, notes, and snippets.

@PKTseng
Created August 2, 2020 08:59
Show Gist options
  • Save PKTseng/787f781fb73d4d312bcdd00e5854a5ae to your computer and use it in GitHub Desktop.
Save PKTseng/787f781fb73d4d312bcdd00e5854a5ae to your computer and use it in GitHub Desktop.
<div id="app">
<ul>
<li v-for="todos in todo">{{todos}}</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment