From 1a8783ee566c8f79835723801850e0c45d9a2a0c Mon Sep 17 00:00:00 2001 From: Leandro Caprara Costa <44200777+leandrocaprara@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:12:53 -0300 Subject: [PATCH] Update vue.json Adding a Vue base template with scss --- snippets/vue.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/snippets/vue.json b/snippets/vue.json index 578866c..12e6a2c 100644 --- a/snippets/vue.json +++ b/snippets/vue.json @@ -266,6 +266,32 @@ ], "description": "Base for Vue File Composition API - Typescript" }, + "Vue Single File Component Composition API with Typescript and SCSS": { + "prefix": "vbase-3-ts-scss", + "body": [ + "", + "", + "", + "", + "" + ], + "description": "Base for Vue File Composition API - Typescript" + }, "Vue Single File Component Setup Composition API with Typescript": { "prefix": "vbase-3-ts-setup", "body": [