File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 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
132132| ` nfetch-lazy ` | ` useLazyFetch ` composable |
133133| ` nasyncdata ` | ` useAsyncData ` composable |
134134| ` nasyncdata-lazy ` | ` useLazyAsyncData ` composable |
135+ | ` npagemeta ` | ` definePageMeta ` composable |
135136| ` nseo ` | ` useSeoMeta ` composable |
136137| ` nseo-template ` | ` useSeoMeta ` composable - Template |
137138| ` nseo-server ` | ` useServerSeoMeta ` composable |
Original file line number Diff line number Diff line change 2727 ],
2828 "description" : " Nuxt useLazyAsyncData composable"
2929 },
30+ "Nuxt definePageMeta" : {
31+ "prefix" : " npagemeta" ,
32+ "body" : [
33+ " definePageMeta({" ,
34+ " \t ${0}" ,
35+ " })"
36+ ],
37+ "description" : " Nuxt definePageMeta composable"
38+ },
3039 "Nuxt useSeoMeta" : {
3140 "prefix" : " nseo" ,
3241 "body" : [
You can’t perform that action at this time.
0 commit comments