vue-vben-admin/src/utils/helper/dynamicImport.ts

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;
}