From 850fba04d1a6a73b46abdbb3beb71615df031935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 10 Mar 2024 10:27:42 +0800 Subject: [PATCH] refine: v3 code snippets --- .vscode/vue3.code-snippets | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets index 5de173e..8656b83 100644 --- a/.vscode/vue3.code-snippets +++ b/.vscode/vue3.code-snippets @@ -21,7 +21,10 @@ "body": [ "", "{", - " style: { navigationBarTitleText: '$1' },", + " layout: 'default',", + " style: {", + " navigationBarTitleText: '$1'," + " },", "}", "\n", "