Files
vue-vben-admin/src/utils/helper/dynamicImport.ts
2020-11-10 00:54:08 +08:00

6 lines
209 B
TypeScript

// The content here is just for type approval. The actual file content is overwritten by transform
export default function (id: string) {
const dynamicImportModule: any = id;
return dynamicImportModule;
}