Skip to content

Commit 4cdcfe2

Browse files
Fix: Warn on htmlContent property
1 parent 77cca84 commit 4cdcfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Snackbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const props = defineProps({
99
},
1010
htmlContent: {
1111
type: String,
12-
default: false
12+
required: false
1313
},
1414
location: {
1515
type: String,

0 commit comments

Comments
 (0)