Skip to content

Commit

Permalink
fix(loading): export directive alias (#3120)
Browse files Browse the repository at this point in the history
Co-authored-by: yojim <chenyujian@oigcn.cn>
  • Loading branch information
XBIsland and yojim authored Mar 27, 2024
1 parent c13e1e0 commit 8ced954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export * from './type';
export * from './plugin';

export { default as LoadingPlugin } from './plugin';
export { vLoading as LoadingRirective };
export const Loading = withInstall(_Loading, null, { name: 'loading', comp: vLoading });
export default Loading;

0 comments on commit 8ced954

Please sign in to comment.