zhujindu hace 8 meses
padre
commit
aa9abd2bd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {