-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Description
Where do i define a global configuration file when using the Nuxt3 setup (module)? Does it go somewhere in the nuxt.config.js file? In my case i want to place the tooltips at the bottom. I wasn't really clear on how or where to do this based on the docs.
export const config: FloatingVueConfig = {
// Themes
themes: {
tooltip: {
// Default tooltip placement relative to target element
placement: 'bottom',
// Delay (ms)
delay: {
show: 500,
hide: 0,
},
},
},
}My nuxt.config.js
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ["@nuxtjs/tailwindcss", "@pinia/nuxt", "floating-vue/nuxt"],
css: ["@/assets/css/tailwind.css"],
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels