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.
1 parent 03d00f9 commit a2504ffCopy full SHA for a2504ff
.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