From 1cee27ae39678a04b5305a38d331b12169af48dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com>
Date: Thu, 22 Feb 2024 20:44:57 +0800
Subject: [PATCH] chore(vscode): snippets
---
.vscode/vue3.code-snippets | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets
index 697b4b3..5de173e 100644
--- a/.vscode/vue3.code-snippets
+++ b/.vscode/vue3.code-snippets
@@ -15,8 +15,7 @@
// ],
// "description": "Log output to console"
// }
-
- "Print Vue3 Uniapp SFC": {
+ "Print unibest Vue3 SFC": {
"scope": "vue",
"prefix": "v3",
"body": [
@@ -33,7 +32,22 @@
"\n",
"\n"
- ]
- }
+ "\n",
+ ],
+ },
+ "Print unibest style": {
+ "scope": "vue",
+ "prefix": "st",
+ "body": ["\n"],
+ },
+ "Print unibest script": {
+ "scope": "vue",
+ "prefix": "sc",
+ "body": ["\n"],
+ },
+ "Print unibest template": {
+ "scope": "vue",
+ "prefix": "te",
+ "body": ["", " $1", "\n"],
+ },
}