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

chore: lint

This commit is contained in:
pimlie
2020-01-03 10:30:33 +01:00
parent 7c2cb1ae89
commit 9041bfef62
7 changed files with 26 additions and 22 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ describe('getComponentOption', () => {
const component = localVue.component('parent', {
render: h => h('div', null, [
h('meta-child', null, [ h('nometa-child') ]),
h('nometa-child', null, [ h('meta-child') ]),
h('meta-child', null, [h('nometa-child')]),
h('nometa-child', null, [h('meta-child')]),
h('nometa-child')
])
})