Coton
Flowbite not working when using nuxtlink
I mean in your current workflow you are using
onMounted(() => {
initTooltips();
})
On a component which uses tooltip
onMounted(() => {
initModals();
initDropdowns();
})
In a component which uses modals + dropdowns… etc
If I understand well.
37 replies
Flowbite not working when using nuxtlink
Ok thanks.
I found this fyi : https://stackoverflow.com/questions/77693870/how-to-instantiate-initflowbite-globally-instead-of-per-page-component-in-nuxt
37 replies