Skip to content

Commit 1317a65

Browse files
authored
Merge pull request #508 from matestack/20210112_fix_503_vue_turbolinks
quick fix #503 - pin version of vue-turbolinks to 2.1.x as 2.2 causes…
2 parents cc62807 + 04ac350 commit 1317a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"link-module-alias": "^1.2.0",
99
"v-runtime-template": "^1.5.2",
1010
"vue": "^2.5.17",
11-
"vue-turbolinks": "^2.1.0",
11+
"vue-turbolinks": "~2.1.0",
1212
"vuex": "^3.0.1",
1313
"yarn": "^1.22.0"
1414
},

0 commit comments

Comments
 (0)