@@ -63,27 +63,28 @@ 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- | ` vreactive ` | Vue ` reactive ` |
70- | ` vcomputed ` | Vue ` computed ` |
71- | ` vwatch ` | Watcher |
72- | ` vwatcheffect ` | Watch Effect |
73- | ` vonmounted ` | onMounted hook |
74- | ` vonbeforemount ` | onBeforeMount hook |
75- | ` vonbeforeupdate ` | onBeforeUpdate hook |
76- | ` vonupdated ` | onUpdated hook |
77- | ` vonerrorcaptured ` | onErrorCaptured hook |
78- | ` vonunmounted ` | onUnmounted hook |
79- | ` vonbeforeunmount ` | onBeforeUnmount hook |
80- | ` vdefineprops ` | Define props |
81- | ` vdefineemits ` | Define emits |
82- | ` vsingleemit ` | Single emit for defineEmits |
83- | ` vdefineslots ` | Define slots |
84- | ` vsingleslot ` | Single slot for defineSlots |
85- | ` vdefineoptions ` | Define Options |
86- | ` vdefinemodel ` | Define Model |
66+ | Snippet | Purpose |
67+ | -------------------------- | --------------------------- |
68+ | ` vref ` | Vue ` ref ` |
69+ | ` vreactive ` | Vue ` reactive ` |
70+ | ` vcomputed ` | Vue ` computed ` |
71+ | ` vwatch ` | Watcher |
72+ | ` vwatcheffect ` | Watch Effect |
73+ | ` vonmounted ` | onMounted hook |
74+ | ` vonbeforemount ` | onBeforeMount hook |
75+ | ` vonbeforeupdate ` | onBeforeUpdate hook |
76+ | ` vonupdated ` | onUpdated hook |
77+ | ` vonerrorcaptured ` | onErrorCaptured hook |
78+ | ` vonunmounted ` | onUnmounted hook |
79+ | ` vonbeforeunmount ` | onBeforeUnmount hook |
80+ | ` vdefineprops ` | Define props |
81+ | ` vdefineprops-withdefaults ` | Define props with defaults |
82+ | ` vdefineemits ` | Define emits |
83+ | ` vsingleemit ` | Single emit for defineEmits |
84+ | ` vdefineslots ` | Define slots |
85+ | ` vsingleslot ` | Single slot for defineSlots |
86+ | ` vdefineoptions ` | Define Options |
87+ | ` vdefinemodel ` | Define Model |
8788
8889### CSS
8990
0 commit comments