File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ These snippets were made to speed up Vue 3 development. With it you can write bo
132
132
| ` nfetch-lazy ` | ` useLazyFetch ` composable |
133
133
| ` nasyncdata ` | ` useAsyncData ` composable |
134
134
| ` nasyncdata-lazy ` | ` useLazyAsyncData ` composable |
135
+ | ` npagemeta ` | ` definePageMeta ` composable |
135
136
| ` nseo ` | ` useSeoMeta ` composable |
136
137
| ` nseo-template ` | ` useSeoMeta ` composable - Template |
137
138
| ` nseo-server ` | ` useServerSeoMeta ` composable |
Original file line number Diff line number Diff line change 27
27
],
28
28
"description" : " Nuxt useLazyAsyncData composable"
29
29
},
30
+ "Nuxt definePageMeta" : {
31
+ "prefix" : " npagemeta" ,
32
+ "body" : [
33
+ " definePageMeta({" ,
34
+ " \t ${0}" ,
35
+ " })"
36
+ ],
37
+ "description" : " Nuxt definePageMeta composable"
38
+ },
30
39
"Nuxt useSeoMeta" : {
31
40
"prefix" : " nseo" ,
32
41
"body" : [
You can’t perform that action at this time.
0 commit comments