remove empty data declaration
This commit is contained in:
parent
a8e8bbdf03
commit
c603ca923b
@ -77,11 +77,6 @@
|
||||
import { mapState, mapGetters, mapActions } from 'vuex'
|
||||
|
||||
export default Vue.extend({
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState('player', {
|
||||
isPlaying: (state: any) => state.isPlaying,
|
||||
|
Loading…
x
Reference in New Issue
Block a user