@@ -63,29 +63,29 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
6363
6464### Script
6565
66- | Snippet | Purpose |
67- | -------------------------- | --------------------------- |
68- | ` vref ` | Vue ` ref ` |
69- | ` vref-typed ` | Vue ` ref ` with generic type argument |
70- | ` vreactive ` | Vue ` reactive ` |
71- | ` vcomputed ` | Vue ` computed ` |
72- | ` vwatch ` | Watcher |
73- | ` vwatcheffect ` | Watch Effect |
74- | ` vonmounted ` | onMounted hook |
75- | ` vonbeforemount ` | onBeforeMount hook |
76- | ` vonbeforeupdate ` | onBeforeUpdate hook |
77- | ` vonupdated ` | onUpdated hook |
78- | ` vonerrorcaptured ` | onErrorCaptured hook |
79- | ` vonunmounted ` | onUnmounted hook |
80- | ` vonbeforeunmount ` | onBeforeUnmount hook |
81- | ` vdefineprops ` | Define props |
82- | ` vdefineprops-withdefaults ` | Define props with defaults |
83- | ` vdefineemits ` | Define emits |
84- | ` vsingleemit ` | Single emit for defineEmits |
85- | ` vdefineslots ` | Define slots |
86- | ` vsingleslot ` | Single slot for defineSlots |
87- | ` vdefineoptions ` | Define Options |
88- | ` vdefinemodel ` | Define Model |
66+ | Snippet | Purpose |
67+ | --------------------------- | --------- --------------------------- |
68+ | ` vref ` | Vue ` ref ` |
69+ | ` vref-typed ` | Vue ` ref ` with generic type argument |
70+ | ` vreactive ` | Vue ` reactive ` |
71+ | ` vcomputed ` | Vue ` computed ` |
72+ | ` vwatch ` | Watcher |
73+ | ` vwatcheffect ` | Watch Effect |
74+ | ` vonmounted ` | onMounted hook |
75+ | ` vonbeforemount ` | onBeforeMount hook |
76+ | ` vonbeforeupdate ` | onBeforeUpdate hook |
77+ | ` vonupdated ` | onUpdated hook |
78+ | ` vonerrorcaptured ` | onErrorCaptured hook |
79+ | ` vonunmounted ` | onUnmounted hook |
80+ | ` vonbeforeunmount ` | onBeforeUnmount hook |
81+ | ` vdefineprops ` | Define props |
82+ | ` vdefineprops-withdefaults ` | Define props with defaults |
83+ | ` vdefineemits ` | Define emits |
84+ | ` vsingleemit ` | Single emit for defineEmits |
85+ | ` vdefineslots ` | Define slots |
86+ | ` vsingleslot ` | Single slot for defineSlots |
87+ | ` vdefineoptions ` | Define Options |
88+ | ` vdefinemodel ` | Define Model |
8989
9090### CSS
9191
0 commit comments