Files
vue3/ejs/index.umd.ts.ejs
2023-07-21 04:30:18 +08:00

15 lines
325 B
Plaintext

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
<% dir.forEach(dirPath => { -%>
var <%- dirPathToName(dirPath) %> = require('./<%- dirPath %>/index.js');
<% }) -%>
var Components = [
<% dir.forEach(dirPath => { -%>
<%- dirPathToName(dirPath) %>,
<% }) -%>
]
exports["default"] = Components;