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:
@@ -20,6 +20,9 @@ new Vue({
|
||||
headAttrs: {
|
||||
test: true
|
||||
},
|
||||
bodyAttrs: {
|
||||
tabIndex: 0
|
||||
},
|
||||
meta: [
|
||||
{ name: 'description', content: 'Hello', vmid: 'test' }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user