0x408
0x408
My directive usage ``` v-motion="'leftBar'" :initial="{x: -400, opacity: 0}" :enter="{x: 0, opacity: 1, transition: {delay: barOpenDelay, type: 'spring', stiffness: 250, damping: 25, mass: 0.5}}" :leave="{x: -400, opacity: 0, transition: {delay:...
## Versions - 2.0.0-rc.5 ## Describe the bug Switching tabs does not pause toasts' timeouts. ## Expected behavior The toasts should pause on tab switching like they do when the...
Vue Router warn appears every time I use any of the functions from the nuxt-directus composables. ### Version nuxt-directus: 5.6.1 nuxt: 3.11.2 ### Steps to reproduce **nuxt.config.ts** ```typescript // https://nuxt.com/docs/api/configuration/nuxt-config...