mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-03 13:34:03 +00:00
lint code
This commit is contained in:
parent
2c22301635
commit
384aebb67d
@ -22,9 +22,9 @@ export default class MetaRenderer {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
getMeta(url) {
|
getMeta (url) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const vm = new Vue({
|
const vm = new Vue({
|
||||||
render: (h) => h(), // Render empty html tag
|
render: (h) => h(), // Render empty html tag
|
||||||
head: this.options.head || {}
|
head: this.options.head || {}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user