Closed kafenio closed 5 years ago
Fix for Issue #38. VTimePicker handles Props differently than VDatePicker which results in props not being propagated properly to sub-components.
Workaround: Specify attribute bindings explicitly.
If full-width attribute is set, the component does not render properly in v-tabs components.
Workaround: replace full-width attribute with style="min-width: 100px;".
Fix for Issue #38. VTimePicker handles Props differently than VDatePicker which results in props not being propagated properly to sub-components.
Workaround: Specify attribute bindings explicitly.
If full-width attribute is set, the component does not render properly in v-tabs components.
Workaround: replace full-width attribute with style="min-width: 100px;".