Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 5e22dda

Browse files
committed
Sets option.value required
1 parent fc4ca0b commit 5e22dda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Option.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
* Value
5454
*/
5555
value: {
56-
default: null
56+
default: null,
57+
required: true,
5758
},
5859
/**
5960
* Default value

0 commit comments

Comments
 (0)