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