mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 19:37:18 +00:00
Fix style issue.
This commit is contained in:
parent
94092ba779
commit
81438ce350
@ -533,7 +533,7 @@ export default class Renderer extends Tapable {
|
||||
HEAD += resourceHints
|
||||
}
|
||||
|
||||
if (this.options.mode != 'ssr') {
|
||||
if (this.options.mode !== 'ssr') {
|
||||
APP += `<script type="text/javascript">window.__NUXT__=${serialize(context.nuxt, { isJSON: true })};</script>`
|
||||
APP += context.renderScripts()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user