zhujindu 8 mesiacov pred
rodič
commit
aa9abd2bd6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/utils/index.js

+ 1 - 1
src/utils/index.js

@@ -1,4 +1,4 @@
-const store = require('../store');
+import store from '../store';
 
 // 日期格式化
 export function parseTime(time, pattern) {