2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-22 02:30:33 +03:00

chore: fix lint

This commit is contained in:
pimlie
2019-07-11 21:43:05 +02:00
parent 1d9072a3af
commit 56f6577e25
40 changed files with 105 additions and 107 deletions
+2 -2
View File
@@ -208,7 +208,7 @@ describe('getMetaInfo', () => {
{ charset: 'utf-8' }
]
},
data() {
data () {
return {
helloWorldText: 'Function World'
}
@@ -648,7 +648,7 @@ describe('getMetaInfo', () => {
test('no errors when metaInfo returns nothing', () => {
const component = new Vue({
metaInfo() {},
metaInfo () {},
el: document.createElement('div'),
render: h => h('div', null, [])
})