Skip to content

Commit

Permalink
查找文件
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jun 13, 2021
1 parent 830b0c1 commit 6d7fad5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createStore } from 'vuex'

const routesModules = import.meta.globEager('./module/**/index.ts');
const routesModules = import.meta.globEager('./module/**/index.js');

console.log(routesModules)

Expand Down
File renamed without changes.

0 comments on commit 6d7fad5

Please sign in to comment.