vuetify-datetime-picker icon indicating copy to clipboard operation
vuetify-datetime-picker copied to clipboard

Getting this running using vite

Open sureshvv opened this issue 1 year ago • 2 comments

I am having trouble making this work using vite instead of webpack.

Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vuetify_lib.js?v=278ed383' does not provide an export named 'VDatetimePicker' (at app.vue?vue&type=template&lang.js:1:405)

I am using vuetify 2.5.8 and vite 2.6.13. I am able to get it to work by using it as my-datetime-picker. Is there something that says all v-... directives come from vuetify?

Any ideas?

sureshvv avatar Jul 28 '22 15:07 sureshvv

https://github.com/m3h7/vuetify-datetime-picker/tree/vite-ts Not 100% ready but it works for my vite ts project.

mahiso avatar Feb 16 '23 20:02 mahiso

@mahiso how should I use your project in my vue.js app?

iamcrisb avatar Feb 20 '23 12:02 iamcrisb