Blame view

src/router/helper/dynamicImport.ts 246 Bytes
vben authored
1
2
3
4
5
// The content here is just for type approval. The actual file content is overwritten by transform
// For specific coverage, see build/vite/plugin/transform/dynamic-import/index.ts
export default function (name: string) {
  return name as any;
}