Skip to content

Commit

Permalink
upgrade to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 16, 2017
1 parent 4109f2b commit 74cd8be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tetris",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Vue.js project",
"author": "binaryify <[email protected]>",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 74cd8be

Please sign in to comment.