mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-02-24 00:20:28 +00:00
Compare commits
No commits in common. "8d7c8fa725dba507c3a4874f879989ad9c050603" and "0dd7f54ebc3518404653d6e43ee428e05566dd28" have entirely different histories.
8d7c8fa725
...
0dd7f54ebc
@ -24,11 +24,7 @@ defineOptions({
|
||||
name: 'TMDialog',
|
||||
});
|
||||
|
||||
const props = withDefaults(defineProps<DialogProps>(), {
|
||||
closeOnClickModal: true,
|
||||
closeOnPressEscape: true,
|
||||
showClose: true,
|
||||
});
|
||||
const props = defineProps<DialogProps>();
|
||||
|
||||
const emit = defineEmits(['close', 'update:modelValue']);
|
||||
|
||||
|
||||
@ -439,6 +439,7 @@ const adapter: any = {
|
||||
disabled: props.disabled,
|
||||
placeholder: props.placeholder,
|
||||
multiple: props.multiple,
|
||||
valueType: props.valueKey,
|
||||
remoteMethod: props.onSearch,
|
||||
creatable: props.allowCreate,
|
||||
size: props.size === 'default' ? 'medium' : props.size,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user