Skip to content
This repository was archived by the owner on May 3, 2019. It is now read-only.

Commit 5986e99

Browse files
pdanpdanrstoenescu
authored andcommitted
Limit Vue version to 2.3.X series until inject bug is fixed (#32)
1 parent 82ada24 commit 5986e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"babel-runtime": "^6.0.0",
1414
"quasar-extras": "0.x",
1515
"quasar-framework": "git+https://[email protected]/quasarframework/quasar-edge.git",
16-
"vue": "^2.3.0",
16+
"vue": "~2.3.0",
1717
"vue-router": "^2.0.0"
1818
},
1919
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"url-loader": "^0.5.7",
5757
"vue-loader": "^12.0.2",
5858
"vue-style-loader": "^3.0.1",
59-
"vue-template-compiler": "^2.3.0",
59+
"vue-template-compiler": "~2.3.0",
6060
"webpack": "^2.2.1",
6161
"webpack-dev-middleware": "^1.8.4",
6262
"webpack-hot-middleware": "^2.17.0",

0 commit comments

Comments
 (0)