mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
comment: renderStyle todo for suppporting mini-css-extract
This commit is contained in:
parent
df159fe953
commit
47281c2761
@ -374,6 +374,7 @@ export default class Renderer {
|
||||
APP += m.script.text({ body: true })
|
||||
APP += m.noscript.text({ body: true })
|
||||
|
||||
// TODO: vue-ssr need to handle https://github.com/vuejs/vue/issues/7897
|
||||
HEAD += context.renderStyles()
|
||||
|
||||
let html = this.resources.ssrTemplate({
|
||||
|
Loading…
Reference in New Issue
Block a user