@@ -76,6 +76,10 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
76
76
| ` vdefineprops ` | Define props |
77
77
| ` vdefineemits ` | Define emits |
78
78
| ` vsingleemit ` | Single emit for defineEmits |
79
+ | ` vdefineslots ` | Define slots |
80
+ | ` vsingleslot ` | Single slot for defineSlots |
81
+ | ` vdefineoptions ` | Define Options |
82
+ | ` vdefinemodel ` | Define Model |
79
83
80
84
### CSS
81
85
@@ -171,12 +175,22 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
171
175
| ` vitest-todo ` | Vitest Test - Todo |
172
176
| ` visnapshot ` | Vitest Match Snapshot |
173
177
| ` visnapshot-inline ` | Vitest Match Snapshot - Inline |
174
- | ` vimount ` | Vue Test Utils ` mount ` |
175
- | ` vicomponent ` | Vue Test Utils Component |
176
- | ` vimount-suspended ` | nuxt-vitest ` mountSuspended ` |
177
- | ` vimocknuxtimport ` | nuxt-vitest ` mockNuxtImport ` |
178
- | ` vimockcomponent ` | nuxt-vitest ` mockComponent ` |
179
- | ` viregisterendpoint ` | nuxt-vitest ` registerEndpoint ` |
178
+
179
+ ### Vitest Vue
180
+
181
+ | Snippet | Purpose |
182
+ | ------------- | ------------------------ |
183
+ | ` vimount ` | Vue Test Utils ` mount ` |
184
+ | ` vicomponent ` | Vue Test Utils Component |
185
+
186
+ ### Vitest Nuxt
187
+
188
+ | Snippet | Purpose |
189
+ | -------------------- | ------------------------------ |
190
+ | ` vimount-suspended ` | nuxt-vitest ` mountSuspended ` |
191
+ | ` vimocknuxtimport ` | nuxt-vitest ` mockNuxtImport ` |
192
+ | ` vimockcomponent ` | nuxt-vitest ` mockComponent ` |
193
+ | ` viregisterendpoint ` | nuxt-vitest ` registerEndpoint ` |
180
194
181
195
## Contributing
182
196
0 commit comments