fix: 导出路径

This commit is contained in:
2023-07-21 14:45:46 +08:00
parent 7fe4908131
commit 5b0bafe45e

View File

@ -1,5 +1,5 @@
<% dir.forEach(dirPath => { -%>
import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.vue';
import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.mjs';
<% }) -%>
export {