mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-09 17:32:24 +03:00
Fix typo
This commit is contained in:
@@ -16,6 +16,9 @@ new Vue({
|
||||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
amp: undefined
|
||||
}
|
||||
},
|
||||
meta: [
|
||||
{ name: 'description', content: 'Hello', vmid: 'test' }
|
||||
]
|
||||
})
|
||||
}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user