Skip to content

Commit 4109f2b

Browse files
author
root
committed
remove superfluous code
1 parent b1b1966 commit 4109f2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { subscribeRecord } from './unit';
1010
window.store=store
1111
subscribeRecord(store); // 将更新的状态记录到localStorage
1212
Vue.config.productionTip = false
13-
window.vm=store
1413
/* eslint-disable no-new */
1514
new Vue({
1615
el: '#root',

0 commit comments

Comments
 (0)