Skip to content

Commit 1645fc0

Browse files
authored
fix(create-vite): remove vue3 deprecated plugin (TypeScript Vue Plugin) (#16158)
1 parent 5aabad3 commit 1645fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
2+
"recommendations": ["Vue.volar"]
33
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
2+
"recommendations": ["Vue.volar"]
33
}

0 commit comments

Comments
 (0)