Skip to content

Commit

Permalink
fix(loading): export directive alias (#4048)
Browse files Browse the repository at this point in the history
  • Loading branch information
XBIsland authored Mar 27, 2024
1 parent 2504697 commit f909970
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 './plugin';
export type LoadingProps = TdLoadingProps;

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

0 comments on commit f909970

Please sign in to comment.