fix: switch slots
This commit is contained in:
@@ -166,8 +166,8 @@ setupVbenVxeTable({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return h(NSwitch, finallyProps, {
|
return h(NSwitch, finallyProps, {
|
||||||
checked: $t('common.enabled'),
|
checked: () => h('p', $t('common.enabled')),
|
||||||
unchecked: $t('common.disabled'),
|
unchecked: () => h('p', $t('common.disabled')),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user