comment: renderStyle todo for suppporting mini-css-extract

This commit is contained in:
Clark Du 2018-03-27 10:31:51 +08:00
parent df159fe953
commit 47281c2761
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
1 changed files with 1 additions and 0 deletions

View File

@ -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({