fix: switch slots

pull/233/head
xingyu4j 2025-10-17 11:33:49 +08:00
parent a5e3406849
commit 6979dbfa52
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ setupVbenVxeTable({
}
return h(NSwitch, finallyProps, {
checked: $t('common.enabled'),
unchecked: $t('common.disabled'),
checked: () => h('p', $t('common.enabled')),
unchecked: () => h('p', $t('common.disabled')),
});
},
});