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 f6f7861 commit ea382ddCopy full SHA for ea382dd
.gitignore
@@ -2,6 +2,8 @@
2
node_modules
3
dist
4
libs/*
5
+package-lock.json
6
+yarn.lock
7
8
# local env files
9
.env.local
examples/.gitignore
@@ -2,6 +2,7 @@
libs
examples/package.json
@@ -21,9 +21,10 @@
21
"nprogress": "^0.2.0",
22
"regenerator-runtime": "^0.13.7",
23
"theme-switcher-tool": "^1.0.3",
24
+ "vue": "2.7.15",
25
"vue-lazy-container": "^1.2.0",
26
"vue-router": "^3.2.0",
- "vue-template-compiler": "^2.6.11"
27
+ "vue-template-compiler": "2.7.15"
28
},
29
"devDependencies": {
30
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
0 commit comments