fix: some bugs
This commit is contained in:
@@ -8,7 +8,7 @@ defineOptions({
|
||||
name: 'PreferenceSwitchItem',
|
||||
});
|
||||
|
||||
withDefaults(defineProps<{ disabled: boolean }>(), {
|
||||
withDefaults(defineProps<{ disabled?: boolean }>(), {
|
||||
disabled: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user