README.md update
This commit is contained in:
xiaoma
2021-11-08 09:21:29 +08:00
parent 822e69deec
commit 19e5e5fc4a
2 changed files with 29 additions and 24 deletions

View File

@@ -94,7 +94,7 @@
const getIsCheckComp = computed(() => {
const component = unref(getComponent);
return ['NCheckbox', 'NSwitch'].includes(component);
return ['NCheckbox', 'NRadio'].includes(component);
});
const getComponentProps = computed(() => {