Replies: 1 comment
-
这个应该是做不到的。 我理解某次 SSG 之后后面应该就是 CSR 接管了,按理来说不应该收到所谓的重复样式的影响。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
通过这个 plugins,配合 nuxt3 项目,生成的页面,将组件样式放在每个页面的 中,以内联 <style ssr-id="n-button"></style> 的形式。
直接放在 head 中,一是有点乱,二是不同的页面大量重复。
谢谢!
Beta Was this translation helpful? Give feedback.
All reactions