ruoyi-plus-vben5/packages/effects/common-ui/src/components/loading/index.ts
Netfan 579b1b486c
feat: loading and spinner component with directive (#5587)
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00

4 lines
133 B
TypeScript

export * from './directive';
export { default as Loading } from './loading.vue';
export { default as Spinner } from './spinner.vue';