Skip to content
On this page

解决tailwindcss和naiveui冲突

  • pnpm add -D @bg-dev/nuxt-naiveui
  • 配置nuxt.config.ts
js
{
    modules: [
    '@bg-dev/nuxt-naiveui',
  ],
}
  • 截止目前,最新版仍可解决
  • 最新版为1.5.1
  • 后续最新版用不了用以上版本解决即可

Released under the MIT License.