vueComponent / ant-design-vue-nuxt

MIT License
61 stars 6 forks source link

extractStyle开启后有办法不让css直接显示在源码中,而是分隔成css文件吗 #56

Open tinystorm opened 2 months ago

tinystorm commented 2 months ago

RT

astrO1 commented 1 month ago

This extractStyle is very laggy on development mode, this is only for production?

Making something with this

<NuxtLayout>
  <NuxtPage />
</NuxtLayout>

?

robertyclin commented 1 day ago

我看antdv官网有SSR 静态样式导出教程,为什么这里不导出文件呢?