mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 07:00:34 +03:00
fix: use undefined as child ignore indicator
This commit is contained in:
committed by
Alexander Lichter
parent
915fedfb7f
commit
104113a7b8
@@ -622,11 +622,11 @@ describe('getMetaInfo', () => {
|
||||
Vue.component('merge-child', {
|
||||
render: h => h('div'),
|
||||
metaInfo: {
|
||||
title: false,
|
||||
title: undefined,
|
||||
meta: [
|
||||
{
|
||||
vmid: 'og:title',
|
||||
content: false
|
||||
content: undefined
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user