From 0d6c9de9a5c7f48109b7c8009d711fe329a80417 Mon Sep 17 00:00:00 2001
From: sschneider-ihre-pvs
<86342787+sschneider-ihre-pvs@users.noreply.github.com>
Date: Fri, 8 Sep 2023 10:45:21 +0200
Subject: [PATCH 1/3] Update vue.json
---
snippets/vue.json | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/snippets/vue.json b/snippets/vue.json
index 578866c..c030c86 100644
--- a/snippets/vue.json
+++ b/snippets/vue.json
@@ -12,7 +12,7 @@
"\texport default {",
"\t\t${0}",
"\t}",
- "",
+ "",.
"",
""
],
"description": "Base for Vue File Setup Composition API - Typescript"
+ },
+ "Vue Single File Component Setup Composition API with Typescript with Pug no style": {
+ "prefix": "vbase-3-ts-setup",
+ "body": [
+ "",
+ "\tdiv",
+ "",
+ "\t",
+ "",
+ "",
+ ""
+ ],
+ "description": "Base for Vue File Setup Composition API - Typescript & Pug"
},
"Vue Single File Component with Class based Typescript format": {
"prefix": "vbase-ts-class",
From 984d2110b3c0bc9bfc6afd5bcebf565b2de24be3 Mon Sep 17 00:00:00 2001
From: sschneider-ihre-pvs
<86342787+sschneider-ihre-pvs@users.noreply.github.com>
Date: Fri, 8 Sep 2023 10:46:55 +0200
Subject: [PATCH 2/3] Update snippets/vue.json
---
snippets/vue.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/vue.json b/snippets/vue.json
index c030c86..215608c 100644
--- a/snippets/vue.json
+++ b/snippets/vue.json
@@ -12,7 +12,7 @@
"\texport default {",
"\t\t${0}",
"\t}",
- "",.
+ "",
"",
"