Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
切换音乐的时候重置歌词状态类型
Browse files Browse the repository at this point in the history
  • Loading branch information
IFmiss committed Nov 16, 2018
1 parent 8ffadc6 commit 54ba659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/lrc/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default {
songId: {
immediate: true,
handler: function (val, oldVal) {
this.hasLrc = 0
this.initLrc()
}
},
Expand Down
2 changes: 2 additions & 0 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const Account = () => import('./views/account')
const Video = () => import('./views/video')
const Mine = () => import('./views/mine')
const Firends = () => import('./views/firends')

// Find
const Recommend = () => import('./views/find/recommend')
const Station = () => import('./views/find/station')
const Daily = () => import('./views/find/daily')
Expand Down

0 comments on commit 54ba659

Please sign in to comment.