Skip to content

Commit

Permalink
[S03P31A503-247] refactoring/SingingPanel: refactor SingingPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
SunHwan-Park committed Nov 26, 2020
1 parent e7b6416 commit 8025b16
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</button>
<button
class="btn btn-yellow"
@click="changeMode('singing')"
@click="sendModeSignal('singing')"
>
노래 고르기
</button>
Expand Down Expand Up @@ -159,7 +159,8 @@ export default {
'selectSong',
'checkSongSync',
'changeMode',
'endSingingMode'
'endSingingMode',
'sendModeSignal'
]),
isGumyoung(song) {
if (song.snippet.channelTitle === '금영 노래방 공식 유튜브 채널') {
Expand Down

0 comments on commit 8025b16

Please sign in to comment.