Easier Date Picker in Vuetify
· ☕ 1 min read
Date pickers are straight forward, but can become laborious in Vuetify components.
Look at how date pickers are implemented in Vuetify - they can cause minor trauma for a beginner.
The efficient solution is to implement a custom component. Wrap menu + input box in that generic component, and use it everywhere.