pcoterecollective
pcoterecollective
**Context:** Though this works well on desktops, dragging a nested child element in another parent OR converting it into a parent doesn't seem to work as expected. ![CleanShot 2023-08-16 at...
### Environment **Vuetify Version:** 3.5.17 **Vue Version:** 3.4.26 **Browsers:** Chrome 124.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce - Clone repo and install dependencies using `npm`; - Run `npm...
https://github.com/xiaoluoboding/vue-sonner/blob/ada95d7d1edaa23a342115fa33d79f7047ca28b7/src/packages/Toaster.vue#L214 This is an anti-pattern: function returns are already cached. Using a simple function should be sufficient: ```typescript const filteredToasts = (pos: string, index: number) => { return toasts.value.filter((toast) =>...