mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
fix(api-select): fix options-change
event data
修复options-change事件参数不是select所使用的标准options数据的问题
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
function emitChange() {
|
||||
emit('options-change', unref(options));
|
||||
emit('options-change', unref(getOptions));
|
||||
}
|
||||
|
||||
function handleChange(_, ...args) {
|
||||
|
Reference in New Issue
Block a user