fix: 导出路径
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<% dir.forEach(dirPath => { -%>
|
||||
import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.vue';
|
||||
import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.mjs';
|
||||
<% }) -%>
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user