mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-03 14:04:20 +00:00
fix(meta): remove data-n-head-ssr
This commit is contained in:
parent
326c36cf08
commit
1fcf3e685e
@ -50,7 +50,7 @@ export default class MetaRenderer {
|
||||
// Get vue-meta context
|
||||
const m = await this.getMeta(url)
|
||||
// HTML_ATTRS
|
||||
meta.HTML_ATTRS = 'data-n-head-ssr ' + m.htmlAttrs.text()
|
||||
meta.HTML_ATTRS = m.htmlAttrs.text()
|
||||
// BODY_ATTRS
|
||||
meta.BODY_ATTRS = m.bodyAttrs.text()
|
||||
// HEAD tags
|
||||
|
Loading…
Reference in New Issue
Block a user