remove superfluous code

This commit is contained in:
root
2017-06-16 09:55:13 +08:00
parent b1b1966e9f
commit 4109f2b5c7

View File

@@ -10,7 +10,6 @@ import { subscribeRecord } from './unit';
window.store=store
subscribeRecord(store); // 将更新的状态记录到localStorage
Vue.config.productionTip = false
window.vm=store
/* eslint-disable no-new */
new Vue({
el: '#root',