diff --git a/package.json b/package.json index efdc52e..be4a1a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tetris", - "version": "1.0.0", + "version": "1.0.1", "description": "A Vue.js project", "author": "binaryify ", "private": true, diff --git a/src/main.js b/src/main.js index f27a0cb..dd4abf6 100644 --- a/src/main.js +++ b/src/main.js @@ -7,7 +7,6 @@ import store from './vuex/store' import './unit/const'; import './control'; import { subscribeRecord } from './unit'; -window.store=store subscribeRecord(store); // 将更新的状态记录到localStorage Vue.config.productionTip = false /* eslint-disable no-new */