mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-18 02:17:49 +00:00
6 lines
209 B
TypeScript
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;
|
|
}
|