merge: upstream
This commit is contained in:
@@ -24,7 +24,7 @@ import { i18n } from '@/i18n.js';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
checked: boolean | Ref<boolean>;
|
||||
disabled?: boolean;
|
||||
disabled?: boolean | Ref<boolean>;
|
||||
}>(), {
|
||||
disabled: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user