mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-01-26 15:38:11 +00:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import type { ModuleConfig } from "/@/cool";
|
|
|
|
export default (): ModuleConfig => {
|
|
return {
|
|
components: Object.values(import.meta.glob("./components/demo/*"))
|
|
};
|
|
};
|