vueComponent / ant-design-vue-nuxt

MIT License
63 stars 6 forks source link

补全css样式 #4

Closed catiz closed 11 months ago

catiz commented 1 year ago

nuxt.config.ts

export default defineNuxtConfig({
  devtools: { enabled: true },
  modules: ["@ant-design-vue/nuxt"],
  css: [
    'ant-design-vue/dist/antd.css'
  ],
})
aibayanyu20 commented 1 year ago

目前插件基于ant-design-vue@4版本开发的没有支持4以下的版本,如果有需要可以提PR支持

selvinzr commented 1 year ago

目前插件基于ant-design-vue@4版本开发的没有支持4以下的版本,如果有需要可以提PR支持 缺少对于ssr的支持,很多组件需要client only

aibayanyu20 commented 1 year ago

目前插件基于ant-design-vue@4版本开发的没有支持4以下的版本,如果有需要可以提PR支持 缺少对于ssr的支持,很多组件需要client only

对SSR支持不好的组件确实需要套用client only