Skip to content

Commit

Permalink
modify player
Browse files Browse the repository at this point in the history
  • Loading branch information
shenzekun committed Mar 2, 2018
1 parent a2ebd1c commit 14876c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Player.vue
Expand Up @@ -72,7 +72,8 @@ export default class Player extends Vue {
// 使用 ref 的问题 参考 https://github.com/vuejs/vue-class-component/issues/94
// $refs: {
// audio: HTMLAudioElement
// audio: HTMLAudioElement,
// lyricsLines: HTMLDivElement
// }
// 计算isShowPlayer
Expand Down

0 comments on commit 14876c1

Please sign in to comment.