Marius
Marius
Yes yes and yes!
This is really good stuff. Status?
Getting the exact same error. This is frustrating! Anyone have a quick fix for this? Is there a version of vue-draggable for Vue 3 that does not have this issue?...
@roonie007 Thank you. Anyways, after hours of debugging I got it working. The issue was apparently there's a bug with using tag="transition-group" on draggables you wish to drag between.
@Charlesbjerg I figured you can get the flip animation if you set the prop :animation="500" on the draggable component. Apparently sortable comes with this animation if set. 500 = animation...
Hello, thanks for reply, could you maybe provide an example? @kenhyuwa When my calendar first loads, it's start date is today (correct), however, after some async operation, I want to...
Hello, yes, I use this (see code below). However, when the calendar updates, and the computed property "`startDate`" updates, it is not visually shown in the `LitepieDatepicker` component. It still...
Maybe not? I had to do a workaround for it to display the format as I want. Not sure if I bugged it? It does however should the date as...
By the way, @kenhyuwa , I am talking about changing the month outlined in red in the picture below to the same month as the first date in my calendar...
Is there no way we could bind to these values so we can update them programatically? ``` const panel = reactive({ previous: { calendar: true, month: false, year: false },...