mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-01 20:58:33 +00:00
6 lines
162 B
Vue
6 lines
162 B
Vue
import Loading from './src/Loading.vue';
|
|
|
|
export { Loading };
|
|
export { useLoading } from './src/useLoading';
|
|
export { createLoading } from './src/createLoading';
|