mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix(BasicForm): script setup defineExpose (#3316)
This commit is contained in:
parent
c715d35ad5
commit
f58ef6777c
@ -293,6 +293,10 @@
|
||||
() => ({ ...getProps.value, ...advanceState }) as InstanceType<typeof FormAction>['$props'],
|
||||
);
|
||||
|
||||
defineExpose({
|
||||
setProps,
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
initDefault();
|
||||
emit('register', formActionType);
|
||||
|
Loading…
Reference in New Issue
Block a user