Skip to content

Instantly share code, notes, and snippets.

@snailsmall612
Created June 22, 2022 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snailsmall612/ad3df4585459846f9a70fb2b844d275c to your computer and use it in GitHub Desktop.
Save snailsmall612/ad3df4585459846f9a70fb2b844d275c to your computer and use it in GitHub Desktop.
<option v-for="item in names" v-bind:value="item.value" v-bind:key="item.title">
<option v-for="item in names" :value="item.value" :key="item.title">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment