mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-10 04:22:15 +10:00
fix: requiring disabled param
This commit is contained in:
@ -35,7 +35,7 @@ type Style = "default" | "none";
|
||||
const props = defineProps<{
|
||||
loading: boolean;
|
||||
style?: Style;
|
||||
disabled: boolean;
|
||||
disabled?: boolean;
|
||||
}>();
|
||||
|
||||
const style = props.style ?? "default";
|
||||
|
||||
Reference in New Issue
Block a user