Временно переключил Vue на ветку github:paulkamer/vue#fix_palemoon_clickhandlers_dist

до выхода нового релиза Vue с исправлениями
This commit is contained in:
Book Pauk
2019-10-21 12:03:11 +07:00
parent e82063e435
commit 7250608767
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "Liberama",
"version": "0.7.1",
"version": "0.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -12125,9 +12125,8 @@
"dev": true
},
"vue": {
"version": "2.6.10",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz",
"integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ=="
"version": "github:paulkamer/vue#ab046be361b499cc53e75dc85bd329405eadf006",
"from": "github:paulkamer/vue#fix_palemoon_clickhandlers_dist"
},
"vue-class-component": {
"version": "6.3.2",

View File

@@ -80,7 +80,7 @@
"sqlite": "3.0.0",
"tar-fs": "^2.0.0",
"unbzip2-stream": "^1.3.3",
"vue": "^2.6.10",
"vue": "github:paulkamer/vue#fix_palemoon_clickhandlers_dist",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4"