mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
fix(element-plus-adapter): 增加loading指令
This commit is contained in:
parent
e57fc7b718
commit
1bcefdb1e8
@ -22,6 +22,7 @@ import {
|
||||
ElIcon,
|
||||
ElInput,
|
||||
ElInputNumber,
|
||||
ElLoading,
|
||||
ElMessage,
|
||||
ElMessageBox,
|
||||
ElOption,
|
||||
@ -318,6 +319,7 @@ const adapter: DesignPluginOptions = {
|
||||
props: (props: UploadProps) => props,
|
||||
},
|
||||
},
|
||||
loading: ElLoading.directive,
|
||||
};
|
||||
|
||||
export default adapter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user