refine: v3 code snippets

This commit is contained in:
菲鸽 2024-03-10 10:27:42 +08:00
parent 55d93ff178
commit 850fba04d1

View File

@ -21,7 +21,10 @@
"body": [ "body": [
"<route lang=\"json5\" type=\"page\">", "<route lang=\"json5\" type=\"page\">",
"{", "{",
" style: { navigationBarTitleText: '$1' },", " layout: 'default',",
" style: {",
" navigationBarTitleText: '$1',"
" },",
"}", "}",
"</route>\n", "</route>\n",
"<template>", "<template>",
@ -31,7 +34,7 @@
"//$3", "//$3",
"</script>\n", "</script>\n",
"<style lang=\"scss\" scoped>", "<style lang=\"scss\" scoped>",
"//", "//$4",
"</style>\n", "</style>\n",
], ],
}, },