mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-19 10:40:32 +03:00
chore: fix lint
This commit is contained in:
@@ -90,7 +90,7 @@ describe('plugin', () => {
|
||||
})
|
||||
|
||||
const Component = Vue.component('test-component', {
|
||||
metaInfo() {
|
||||
metaInfo () {
|
||||
return {
|
||||
title: this.title
|
||||
}
|
||||
@@ -161,7 +161,7 @@ describe('plugin', () => {
|
||||
})
|
||||
|
||||
const Component = Vue.component('test-component', {
|
||||
metaInfo() {
|
||||
metaInfo () {
|
||||
return {
|
||||
title: this.title
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user