Hooke

no message

Showing 1 changed file with 0 additions and 5 deletions
......@@ -22,11 +22,6 @@ Vue.component('counter',Counter)
const app = new Vue({
el: '#app',
store,
computed: {
count() {
return store.state.count
}
},
methods: {
increment() {
store.commit('increment')
......