Files
uni/ejs/index.esm.ts.ejs
天衡咨询创新 ebe3f99456 Initial commit
2023-06-21 12:08:13 +08:00

10 lines
203 B
Plaintext

<% dir.forEach(name => { -%>
import <%- name %> from './<%- name %>/index.vue';
<% }) -%>
export {
<% dir.forEach((name, index) => { -%>
<%- name %><% if (dir.length>index+1) { %>,<% } %>
<% }) -%>
}