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

Doesn't work with vue-cli 3 when use Build #40

Closed ArtyomBist closed 5 years ago

ArtyomBist commented 5 years ago

When use Build with vue cli 3 , data picker not use own style, but with dev all is ok build version looks like image but dev version looks image

dev option - "serve": "vue-cli-service serve", build - "build": "rm -rf ../public/{js,css,img} && vue-cli-service build --no-clean --watch"

but if copy paste DateRange component to my project and specify in each component all is ok

luizfschrickte commented 5 years ago

Same here, can't solve the issue - tried importing the css using ~, @ but all result in the same problem. Any help would be appreciated - this doesn't look like a complicated issue.

pzeugin commented 5 years ago

I just encountered the exact same problem. Any help is greatly appreciated.

praveenpuglia commented 5 years ago

I'll try fixing this over the weekend. I am sorry, I have been pathetically occupied elsewhere and couldn't look into any of it.

praveenpuglia commented 5 years ago

Hi!

I built a new version from ground up keeping simplicity of use in mind. Can you please try it out and let me know if that works for you?

P.S - I still need to add the option to pass in presets.

https://vuetify-daterange-picker.gitbook.io/docs/

praveenpuglia commented 5 years ago

This has been closed in latest version 3. Please try and let me know if that doesn't work for you.