Skip to content

Commit cc8f679

Browse files
committed
chore(Button): Set defaults for boolean props
1 parent 91946ec commit cc8f679

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/Button/Button.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ withDefaults(
7373
type: 'button',
7474
href: undefined,
7575
size: 'md',
76+
round: false,
7677
status: undefined,
77-
icon: undefined
78+
outline: false,
79+
icon: undefined,
80+
disabled: false
7881
}
7982
);
8083

0 commit comments

Comments
 (0)