mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-02-24 05:40:58 +00:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
import { ModuleConfig } from "/@/cool";
|
|
|
|
export default (): ModuleConfig => {
|
|
return {
|
|
components: [import("./components/export-btn")]
|
|
};
|
|
};
|