Skip to content

Commit 35547c3

Browse files
committed
Fix more Vue 3 issues
1 parent fffee49 commit 35547c3

File tree

7 files changed

+2860
-1116
lines changed

7 files changed

+2860
-1116
lines changed

Diff for: jsconfig.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES6",
4+
"module": "ES6"
5+
},
6+
"exclude": ["node_modules"]
7+
}

0 commit comments

Comments
 (0)