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:
@@ -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')
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user