Installation & Usage
Requirements
You need to have stylus
and stylus-loader
as dev dependencies. You probably already have them if you added Vuetify through their plugin. However, if you don't have them installed, you can do so by doing
You also need to have date-fns
for the component to work. It is required for date manipulation, formatting and all things related to dates. It is great because it supports code splitting and tree shaking and adds minimal baggage to the component.
When you install vuetify-daterange-picker, the peer dependencies warning should point that out for you.
Installation
Version 3.x.x is the latest and is compatible with @vue/cli 3 and latest Vuetify.
Install as a Plugin
This lets you use the component everywhere in your app.
Import in Components
Usage
Last updated