vue-vben-admin/src/components/Loading/index.ts

10 lines
248 B
TypeScript
Raw Normal View History

import './src/indicator';
2020-12-07 21:17:24 +08:00
import Loading from './src/index.vue';
import { withInstall } from '../util';
2020-12-07 21:17:24 +08:00
withInstall(Loading);
export { useLoading } from './src/useLoading';
export { createLoading } from './src/createLoading';
2020-12-07 21:17:24 +08:00
export { Loading };