We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03d00f9 + a2504ff commit 76a4e15Copy full SHA for 76a4e15
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
/dist
3
-coverage
+coverage
4
+.history
package.json
@@ -30,6 +30,6 @@
30
"esbuild": "^0.25.0",
31
"jest": "^29.6.2",
32
"ts-jest": "^29.1.1",
33
- "vue-template-compiler": "^2.7.16"
+ "@vue/compiler-sfc": "^3.4.21"
34
}
35
0 commit comments