We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4109f2b commit 74cd8beCopy full SHA for 74cd8be
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-tetris",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A Vue.js project",
5
"author": "binaryify <[email protected]>",
6
"private": true,
src/main.js
@@ -7,7 +7,6 @@ import store from './vuex/store'
7
import './unit/const';
8
import './control';
9
import { subscribeRecord } from './unit';
10
-window.store=store
11
subscribeRecord(store); // 将更新的状态记录到localStorage
12
Vue.config.productionTip = false
13
/* eslint-disable no-new */
0 commit comments