Vue.js Snippets for Sublime Text
Snippets for Sublime Text with the key features of Vue.js
- Open packagecontrol.io - (ctrl or ⌘) + ⇧ + p
- Type "Vuejs Snippets"
- ✅ Installed!
v
vue
⇢ Vue instancevued
⇢ Vue directivevuef
⇢ Vue filtervuenexttick
⇢Vue.nextTick()
vuec
⇢ Vue componentvueccomputed
⇢ Vue computed propsvuecdata
⇢ Vue component datavuecmethods
⇢ Vue component methodsvuecmixins
⇢ Vue component mixinsvuecprops
⇢ Vue component propsvuecwatch
⇢ Vue component watch
vueht
⇢this.$http()
vuehtget
⇢this.$http.get()
vuehtpost
⇢this.$http.post()
vuert
⇢this.$route
vuertgo
⇢this.$route.router.go()
vuex
⇢Vuex instance
v-bind
⇢:prop="data"
v-el
⇢v-el:el-name
v-else
⇢<div v-else>
v-for
⇢<div v-for="item in items">
v-if
⇢<div v-if="">
v-link
⇢<a v-link="">
v-on
⇢@evt="callback"
v-ref
⇢v-ref:ref-name
Just Remove and Install again.
● filipe - WTFPL