praveenpuglia / vuetify-daterange-picker

The missing date range picker for Vuetify JS you have been looking for.
https://vuetify-daterange-picker.gitbook.io/docs
MIT License
197 stars 59 forks source link

Update for Vuetify 2 #64

Open user3483203 opened 4 years ago

user3483203 commented 4 years ago

Not sure when you were planning on updating to Vuetify 2. The only real change is a minor adjustment to the activator for the menu in the datepicker. Here is a fix, if you are interested in updating I can submit a PR.

https://github.com/praveenpuglia/vuetify-daterange-picker/compare/master...user3483203:master

praveenpuglia commented 4 years ago

It also uses scss and stylus. That bit needs to change too. Thanks for showing interest though. I have stayed away from this project for quite some time now and sometimes I feel guilty. Day job has been demanding. Hope I can get back into this and finish up a lot of small requests.

user3483203 commented 4 years ago

I feel ya, no pressure. I'm pretty sure I fixed all of the issues with the new scss as well in that commit. I've been using it in my projects that were previously on vuetify ~1.5 and it seems to be working well.

Adrear commented 4 years ago

Hey, @praveenpuglia . I have an interest in this update. Can I help you?

praveenpuglia commented 4 years ago

Hey @Adrear - I would love some support. Absolutely feel free to send a PR and I'll help you the best I can. :)

paolog22 commented 4 years ago

just wanna share and thanks for this project vue + vuetify (latest release v2.2.4) + typescript

daterangepicker

praveenpuglia commented 4 years ago

Thanks @paolog22 :)

govza commented 2 years ago

@paolog22 how you make it work? I have an error The activator slot must be bound, try '<template v-slot:activator="{ on }"><v-btn v-on="on">'

wackyapps commented 2 years ago

just wanna share and thanks for this project vue + vuetify (latest release v2.2.4) + typescript

daterangepicker

Where can i find your updated version

paolog22 commented 2 years ago

@praveenpuglia can i contribute? @govza @wackyapps sorry guys i left the company i was working with this project and the codebase are also left. but i am willing to support this project .

praveenpuglia commented 2 years ago

@paolog22 sure. Feel free to contribute and make it your own

govza commented 2 years ago

NP @paolog22 , I ended up using only Vuetify to create preset. codesandbox

drashti-fero commented 7 months ago

Is it now compatible with Vuetify 2 and Vue 2?