Initial project
This commit is contained in:
5
src/components/loading/index.ts
Normal file
5
src/components/loading/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import view from "./index.vue";
|
||||
import Toolkit from "~/utils/Toolkit";
|
||||
|
||||
export const Loading = Toolkit.withInstall(view);
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user