Skip to content

Commit

Permalink
[fix] In PC browsers, it can play well. However, in some mobile brows…
Browse files Browse the repository at this point in the history
…ers, such as iOS Safari、iOS Wechat Webview、Android Chrome,it can not play.

related vuejs/vue#7109 https://juejin.im/post/5a1af88f5188254a701ec230
  • Loading branch information
telami committed Mar 8, 2019
1 parent f3c0849 commit 3344c7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"babel-runtime": "^6.26.0",
"better-scroll": "^1.13.4",
"fastclick": "^1.0.6",
"jsonp": "^0.2.1",
"js-base64": "^2.1.9",
"lyric-parser":"^1.0.1",
"vue": "^2.5.21",
"jsonp": "^0.2.1",
"lyric-parser": "^1.0.1",
"vue": "2.4.1",
"vue-lazyload": "^1.2.6",
"vue-router": "^3.0.1",
"vue-template-compiler": "2.4.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-eslint": "^10.0.1",
"create-keyframe-animation": "^0.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.21",
"create-keyframe-animation":"^0.1.0"
"stylus-loader": "^3.0.2"
},
"eslintConfig": {
"root": true,
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7872,10 +7872,10 @@ vue-style-loader@^4.1.0:
hash-sum "^1.0.2"
loader-utils "^1.0.2"

vue-template-compiler@^2.5.21:
version "2.5.21"
resolved "http://registry.npm.taobao.org/vue-template-compiler/download/vue-template-compiler-2.5.21.tgz#a57ceb903177e8f643560a8d639a0f8db647054a"
integrity sha1-pXzrkDF36PZDVgqNY5oPjbZHBUo=
vue-template-compiler@2.4.1:
version "2.4.1"
resolved "http://registry.npm.taobao.org/vue-template-compiler/download/vue-template-compiler-2.4.1.tgz#20115cf8714f222f9be4111ec75b079a1c9b8197"
integrity sha1-IBFc+HFPIi+b5BEex1sHmhybgZc=
dependencies:
de-indent "^1.0.2"
he "^1.1.0"
Expand All @@ -7885,10 +7885,10 @@ vue-template-es2015-compiler@^1.6.0:
resolved "http://registry.npm.taobao.org/vue-template-es2015-compiler/download/vue-template-es2015-compiler-1.7.0.tgz#a809ea00d073c5458b5e642c8ad0ebcf7305ba06"
integrity sha1-qAnqANBzxUWLXmQsitDrz3MFugY=

vue@^2.5.21:
version "2.5.21"
resolved "http://registry.npm.taobao.org/vue/download/vue-2.5.21.tgz#3d33dcd03bb813912ce894a8303ab553699c4a85"
integrity sha1-PTPc0Du4E5Es6JSoMDq1U2mcSoU=
vue@2.4.1:
version "2.4.1"
resolved "http://registry.npm.taobao.org/vue/download/vue-2.4.1.tgz#76e0b8eee614613532216b7bfe784e0b5695b160"
integrity sha1-duC47uYUYTUyIWt7/nhOC1aVsWA=

vuex@^3.0.1:
version "3.0.1"
Expand Down

0 comments on commit 3344c7e

Please sign in to comment.