From 576d6ae8486bc42e2a8f9a8b746533d4394fcd14 Mon Sep 17 00:00:00 2001
From: Liffindra Angga Zaaldian <3760093+findrakecil@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:50:25 +0700
Subject: [PATCH] chore: update Vue official extension for VS Code
---
template/code/default/src/components/TheWelcome.vue | 2 +-
template/code/router/src/components/TheWelcome.vue | 2 +-
template/code/typescript-default/src/components/TheWelcome.vue | 2 +-
template/code/typescript-router/src/components/TheWelcome.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue
index f3ad467a..fe48afc2 100644
--- a/template/code/default/src/components/TheWelcome.vue
+++ b/template/code/default/src/components/TheWelcome.vue
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
recommended IDE setup is
VSCode
+
- Volar. If
+ Vue - Official. If
you need to test your components and web pages, check out
Vitest
and
diff --git a/template/code/router/src/components/TheWelcome.vue b/template/code/router/src/components/TheWelcome.vue
index f3ad467a..fe48afc2 100644
--- a/template/code/router/src/components/TheWelcome.vue
+++ b/template/code/router/src/components/TheWelcome.vue
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
recommended IDE setup is
VSCode
+
- Volar. If
+ Vue - Official. If
you need to test your components and web pages, check out
Vitest
and
diff --git a/template/code/typescript-default/src/components/TheWelcome.vue b/template/code/typescript-default/src/components/TheWelcome.vue
index ae6eec3b..6092dff1 100644
--- a/template/code/typescript-default/src/components/TheWelcome.vue
+++ b/template/code/typescript-default/src/components/TheWelcome.vue
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
recommended IDE setup is
VSCode
+
- Volar. If
+ Vue - Official. If
you need to test your components and web pages, check out
Vitest
and
diff --git a/template/code/typescript-router/src/components/TheWelcome.vue b/template/code/typescript-router/src/components/TheWelcome.vue
index ae6eec3b..6092dff1 100644
--- a/template/code/typescript-router/src/components/TheWelcome.vue
+++ b/template/code/typescript-router/src/components/TheWelcome.vue
@@ -32,7 +32,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
recommended IDE setup is
VSCode
+
- Volar. If
+ Vue - Official. If
you need to test your components and web pages, check out
Vitest
and