upgrade to v1.0.1

This commit is contained in:
root
2017-06-16 09:55:53 +08:00
parent 4109f2b5c7
commit 74cd8be168
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue-tetris",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Vue.js project",
"author": "binaryify <zhuangtongfa@qq.com>",
"private": true,

View File

@@ -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 */