remove empty data declaration

This commit is contained in:
Thomas Amland 2020-09-26 18:30:30 +02:00
parent a8e8bbdf03
commit c603ca923b

View File

@ -77,11 +77,6 @@
import { mapState, mapGetters, mapActions } from 'vuex' import { mapState, mapGetters, mapActions } from 'vuex'
export default Vue.extend({ export default Vue.extend({
data() {
return {
}
},
computed: { computed: {
...mapState('player', { ...mapState('player', {
isPlaying: (state: any) => state.isPlaying, isPlaying: (state: any) => state.isPlaying,