2
0
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:
pimlie
2019-03-08 15:54:17 +01:00
committed by Alexander Lichter
parent 915fedfb7f
commit 104113a7b8
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -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
}
]
}