We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b1966 commit 4109f2bCopy full SHA for 4109f2b
src/main.js
@@ -10,7 +10,6 @@ import { subscribeRecord } from './unit';
10
window.store=store
11
subscribeRecord(store); // 将更新的状态记录到localStorage
12
Vue.config.productionTip = false
13
-window.vm=store
14
/* eslint-disable no-new */
15
new Vue({
16
el: '#root',
0 commit comments