Simlink
disabling a module for a page (or for a layout)
I have a project which for our unauthenticated pages use a bootstrap theme/layout, but for our secure area the idea is to use nuxt ui which leverages tailwind.
Nuxt ui is loaded via the nuxt config's
modules: ["@nuxt/ui"],
, and unfortunately, it's loading css globally that messes with the bootstrap layout.
Any potential solutions/workarounds for this? I'd sure love to save myself from having to split the project over this 😅
Eventually we can redo everything so it's all on tailwind but, if I can find a way to make them play nice for now, it would be a real help.6 replies