Skip to content

Commit 8be7e03

Browse files
committed
fix: fixed #10
1 parent 50cb874 commit 8be7e03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui/Message.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export interface MessageProps {
3939
appearance?: Appearance
4040
}
4141
42-
const props = withDefaults(defineProps<MessageProps>(), {})
42+
const props = withDefaults(defineProps<MessageProps>(), {
43+
color: 'default'
44+
})
4345
const attrs = useAttrs()
4446
4547
const classNames = computed(() => {

0 commit comments

Comments
 (0)