Skip to content

Commit 74cd8be

Browse files
author
root
committed
upgrade to v1.0.1
1 parent 4109f2b commit 74cd8be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tetris",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Vue.js project",
55
"author": "binaryify <[email protected]>",
66
"private": true,

src/main.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import store from './vuex/store'
77
import './unit/const';
88
import './control';
99
import { subscribeRecord } from './unit';
10-
window.store=store
1110
subscribeRecord(store); // 将更新的状态记录到localStorage
1211
Vue.config.productionTip = false
1312
/* eslint-disable no-new */

0 commit comments

Comments
 (0)