feat: 首次提交
This commit is contained in:
9
ejs/index.esm.ts.ejs
Normal file
9
ejs/index.esm.ts.ejs
Normal file
@ -0,0 +1,9 @@
|
||||
<% dir.forEach(name => { -%>
|
||||
import <%- name %> from './<%- name %>/index.vue';
|
||||
<% }) -%>
|
||||
|
||||
export {
|
||||
<% dir.forEach((name, index) => { -%>
|
||||
<%- name %><% if (dir.length>index+1) { %>,<% } %>
|
||||
<% }) -%>
|
||||
}
|
Reference in New Issue
Block a user