Abdul

Results 2 comments of Abdul

For anyone else faced this issue my config looks like that and fixed: Found answer here: https://github.com/Akryum/floating-vue/issues/853 ``` import FloatingVue, { options } from 'floating-vue' import 'floating-vue/dist/style.css' export default defineNuxtPlugin(nuxtApp...

I reported this also on Nuxt. And there was known issue. My issue - **https://github.com/bryntum/support/issues/5527** Fix issue - **https://github.com/nuxt/nuxt.js/issues/13471** My fix: in nuxt.config.js file add this to disable transition which...