mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-05-14 20:43:35 +00:00
8 lines
165 B
TypeScript
8 lines
165 B
TypeScript
import type { ModuleConfig } from "/@/cool";
|
|
|
|
export default (): ModuleConfig => {
|
|
return {
|
|
components: [() => import("./views/crud/components/code.vue")]
|
|
};
|
|
};
|