File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,20 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
99
99
| ` nlink ` | Nuxt router link |
100
100
| ` nlink-param ` | Nuxt router link with param |
101
101
102
+ ### Nuxt Script
103
+
104
+ | Snippet | Purpose |
105
+ | ----------------------- | -------------------------------------------- |
106
+ | ` nfetch ` | ` useFetch ` composable |
107
+ | ` nfetch-lazy ` | ` useLazyFetch ` composable |
108
+ | ` nasyncdata ` | ` useAsyncData ` composable |
109
+ | ` nasyncdata-lazy ` | ` useLazyAsyncData ` composable |
110
+ | ` nhead ` | ` useHead ` composable |
111
+ | ` nhead-description ` | ` useHead ` composable with description |
112
+ | ` nhead-template ` | ` useHead ` composable with title template |
113
+ | ` npagemeta ` | ` definePageMeta ` composable |
114
+ | ` npagemeta-description ` | ` definePageMeta ` composable with description |
115
+
102
116
## Contributing
103
117
104
118
This is an open source project open to anyone. Contributors are welcome on [ GitHub] ( https://github.com/exer7um/vue3-vscode-snippets ) .
You can’t perform that action at this time.
0 commit comments