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