Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
修改版本运行错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhuiWong committed Dec 30, 2016
1 parent 744a325 commit 77ccffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuxx",
"version": "0.1.6",
"version": "0.1.7",
"description": "vux2.0 project",
"author": "wong <[email protected]>",
"repository": {
Expand Down Expand Up @@ -49,11 +49,9 @@
"qr.js": "0.0.0",
"sass-loader": "^4.0.2",
"shake.js": "^1.2.2",
"v-tap": "^2.0.2",
"validator": "^6.2.0",
"vue": "2.1.6",
"vue": "^2.0.1",
"vue-router": "^2.0.1",
"vue-template-compiler": "2.1.6",
"vuex": "^2.0.0",
"vuex-router-sync": "^3.0.0",
"vux-blazy": "^1.6.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/video/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
cover: String,
video: String
},
ready () {
mounted () {
this._player = Media(this.$el.querySelector('video'))
console.log(this._player)
}
Expand Down

0 comments on commit 77ccffc

Please sign in to comment.