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