mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-02 11:42:43 +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) => {
|
||||
const vm = new Vue({
|
||||
const vm = new Vue({
|
||||
render: (h) => h(), // Render empty html tag
|
||||
head: this.options.head || {}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user