MrWook

Results 56 comments of MrWook

Hm i see your point but this isn't just "set the time to xy" because the datepicker can distinguishes between utc and the local timezone. If you use the utc...

For me it seems like you are missing the configuration to resolve modules. I'm not sure but i think you need to enable `options: { modules: true, },` in the...

Hey @mst101 1. Yes that is correct typescript just compiles the typescript into js in the vue/ts files after that the vue compiler parses the vue files into js and...

I'm sorry but this project is not written in typescript therefore there is no typescript declaration file. It would be a alot of work to move to typescript to generate...

@mst101 i added a basic typescript setup https://github.com/sumcumo/vue-datepicker/pull/127 feel free to check it out to get a grasp about vue + typescript. A basic rule is that you never want...

Hey good question. Currently i'm mainly working with nuxt which is not compatible with vue3 yet this means i'm not really into vue3 at the moment but i know there...