Skip to content

Commit 76c90e2

Browse files
author
Dipak Sarkar
committed
updated component
1 parent 4352998 commit 76c90e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/component.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import options from './options'
1717
export default {
1818
props: {
1919
modelValue: {
20-
required: true,
21-
type: [Number, String]
20+
required: true
2221
},
2322
null_value: {
2423
type: [Number, String],

0 commit comments

Comments
 (0)