@@ -109,21 +109,22 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
109
109
110
110
### Vue Composition API
111
111
112
- | Snippet | Purpose |
113
- | ------------------- | ------------------------------------------------ |
114
- | ` v3reactive ` | Vue Composition api - reactive |
115
- | ` v3computed ` | Vue Composition api - computed |
116
- | ` v3watch ` | Vue Composition api - watcher single source |
117
- | ` v3watch-array ` | Vue Composition api - watch as array |
118
- | ` v3watcheffect ` | Vue Composition api - watchEffect |
119
- | ` v3ref ` | Vue Ref |
120
- | ` v3onmounted ` | Lifecycle hook - onMounted |
121
- | ` v3onbeforemount ` | Lifecycle hook - onBeforeMount |
122
- | ` v3onbeforeupdate ` | Lifecycle hook - onBeforeUpdate |
123
- | ` v3onupdated ` | Lifecycle hook - onUpdated |
124
- | ` v3onerrorcaptured ` | Lifecycle hook - onErrorCaptured |
125
- | ` v3onunmounted ` | Lifecycle hook - (destroyed) onUnmounted |
126
- | ` v3onbeforeunmount ` | Lifecycle hook - (beforeDestroy) onBeforeUnmount |
112
+ | Snippet | Purpose |
113
+ | ------------------- | ----------------------------------------------------- |
114
+ | ` v3reactive ` | Vue Composition api - reactive |
115
+ | ` v3reactive-setup ` | Vue Composition api - reactive with setup boilerplate |
116
+ | ` v3computed ` | Vue Composition api - computed |
117
+ | ` v3watch ` | Vue Composition api - watcher single source |
118
+ | ` v3watch-array ` | Vue Composition api - watch as array |
119
+ | ` v3watcheffect ` | Vue Composition api - watchEffect |
120
+ | ` v3ref ` | Vue Ref |
121
+ | ` v3onmounted ` | Lifecycle hook - onMounted |
122
+ | ` v3onbeforemount ` | Lifecycle hook - onBeforeMount |
123
+ | ` v3onbeforeupdate ` | Lifecycle hook - onBeforeUpdate |
124
+ | ` v3onupdated ` | Lifecycle hook - onUpdated |
125
+ | ` v3onerrorcaptured ` | Lifecycle hook - onErrorCaptured |
126
+ | ` v3onunmounted ` | Lifecycle hook - (destroyed) onUnmounted |
127
+ | ` v3onbeforeunmount ` | Lifecycle hook - (beforeDestroy) onBeforeUnmount |
127
128
128
129
### Vuex
129
130
0 commit comments