build: add name to components which failed lint check
This commit is contained in:
@@ -7,6 +7,7 @@ import Filters from '../components/pages/filters'
|
||||
import { useTranslation } from '../plugins/i18n'
|
||||
|
||||
export default {
|
||||
name: 'FiltersPage',
|
||||
components: {
|
||||
Filters
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ import Events from '../components/pages/events'
|
||||
import { useTranslation } from '../plugins/i18n'
|
||||
|
||||
export default {
|
||||
name: 'IndexPage',
|
||||
components: {
|
||||
Events
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ import Origins from '../components/pages/origins'
|
||||
import { useTranslation } from '../plugins/i18n'
|
||||
|
||||
export default {
|
||||
name: 'OriginsPage',
|
||||
components: {
|
||||
Origins
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user