2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 23:42:25 +03:00

fix: support falsy values in eg body attributes (fix: #535)

This commit is contained in:
pimlie
2020-04-05 11:39:04 +02:00
parent 3ecaf28e33
commit 1ef41080e7
3 changed files with 12 additions and 8 deletions
+3
View File
@@ -20,6 +20,9 @@ new Vue({
headAttrs: {
test: true
},
bodyAttrs: {
tabIndex: 0
},
meta: [
{ name: 'description', content: 'Hello', vmid: 'test' }
],