mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
parent
c5d24e07f0
commit
b1559e2cad
@ -144,6 +144,7 @@
|
||||
}
|
||||
|
||||
function handleChange(_, ...args) {
|
||||
emit('change', args[0] ? args[0].value : undefined);
|
||||
emitData.value = args;
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,6 @@ export const NO_AUTO_LINK_COMPONENTS: ComponentType[] = [
|
||||
'Upload',
|
||||
'ApiTransfer',
|
||||
'ApiTree',
|
||||
'ApiSelect',
|
||||
'ApiTreeSelect',
|
||||
'ApiRadioGroup',
|
||||
'ApiCascader',
|
||||
|
Loading…
Reference in New Issue
Block a user