@@ -76,6 +76,10 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
7676| ` vdefineprops ` | Define props |
7777| ` vdefineemits ` | Define emits |
7878| ` vsingleemit ` | Single emit for defineEmits |
79+ | ` vdefineslots ` | Define slots |
80+ | ` vsingleslot ` | Single slot for defineSlots |
81+ | ` vdefineoptions ` | Define Options |
82+ | ` vdefinemodel ` | Define Model |
7983
8084### CSS
8185
@@ -171,12 +175,22 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
171175| ` vitest-todo ` | Vitest Test - Todo |
172176| ` visnapshot ` | Vitest Match Snapshot |
173177| ` 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 ` |
180194
181195## Contributing
182196
0 commit comments