From d237bf8b1a92dcf7bd581a5004dbaeeb641b4679 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Tue, 23 Jan 2024 10:49:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96v3=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.cjs | 1 + .vscode/vue3.code-snippets | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index 412aca7..0aef78b 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -45,5 +45,6 @@ module.exports = { 'comment-empty-line-before': 'never', 'custom-property-empty-line-before': 'never', 'no-empty-source': null, + 'scss/comment-no-empty': null, }, } diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets index b823609..08557ed 100644 --- a/.vscode/vue3.code-snippets +++ b/.vscode/vue3.code-snippets @@ -20,11 +20,20 @@ "scope": "vue", "prefix": "v3", "body": [ + "", + "{", + " style: { navigationBarTitleText: '$1' },", + "}", + "\n", "", - "", - "\n" + " $2", + "\n", + "\n", + "\n" ] } }