Vetur warn me that the props true-value? and false-value? are not provided, whereas those props are optional in the definition component.

Toogle.vue

Definitions are generated with an error.
It should be 'true-value'? instead of 'true-value?'. The question mark is placed in the wrong spot
Definitions are generated with an error.
It should be'true-value'?instead of'true-value?'. The question mark is placed in the wrong spot
Most helpful comment
2342