From ae87d6a1850d1717450137cfaaffd36e9d238f6c Mon Sep 17 00:00:00 2001
From: Null <e233qq@gmail.com>
Date: Tue, 11 Oct 2022 15:58:20 +0800
Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20typo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 snippets/vue.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/snippets/vue.json b/snippets/vue.json
index 578866c..862a506 100644
--- a/snippets/vue.json
+++ b/snippets/vue.json
@@ -39,7 +39,7 @@
       "",
       "</style>"
     ],
-    "description": "Base for Vue File with PostCSS"
+    "description": "Base for Vue File with SASS"
   },
   "Vue Single File Component with LESS": {
     "prefix": "vbase-less",
@@ -60,7 +60,7 @@
       "",
       "</style>"
     ],
-    "description": "Base for Vue File with PostCSS"
+    "description": "Base for Vue File with LESS"
   },
   "Vue Single File Component with postcss": {
     "prefix": "vbase-pcss",

From cffcf4f9c6709068a137f0a4b014e0ecb3182d78 Mon Sep 17 00:00:00 2001
From: Null <e233qq@gmail.com>
Date: Tue, 11 Oct 2022 16:02:31 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feat:=20vbase-3-setup=20=E6=8F=92=E5=85=A5?=
 =?UTF-8?q?=E6=8C=87=E9=92=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 snippets/vue.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/vue.json b/snippets/vue.json
index 862a506..7018ff5 100644
--- a/snippets/vue.json
+++ b/snippets/vue.json
@@ -195,7 +195,7 @@
     "body": [
       "<template>",
       "\t<div>",
-      "",
+      "\t${0}",
       "\t</div>",
       "</template>",
       "",