hollowtree / vscode-vue-snippets

A Vue.js 2 Snippets Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets
96 stars 30 forks source link

simple but annoying: nuxt-link have an extra "/" #21

Closed Muhammad-Yasser1 closed 4 years ago

Muhammad-Yasser1 commented 5 years ago

when you load nuxt link from the abbreviation it loads with a "/" in the opening tag:

<nuxt-link to=""/></nuxt-link>

and will be nicer if it loads "to" attribute with a v-bind abbreviation ":"

awesome plugin BTW 👍

hollowtree commented 5 years ago

Thanks for your feedback, I had remove / and add :to as a option just now,