build: add name to components which failed lint check

This commit is contained in:
2021-11-19 21:44:36 +01:00
parent 9af6f37d74
commit 0b8f77372f
19 changed files with 69 additions and 249 deletions
+1
View File
@@ -7,6 +7,7 @@ import Filters from '../components/pages/filters'
import { useTranslation } from '../plugins/i18n'
export default {
name: 'FiltersPage',
components: {
Filters
},
+1
View File
@@ -7,6 +7,7 @@ import Events from '../components/pages/events'
import { useTranslation } from '../plugins/i18n'
export default {
name: 'IndexPage',
components: {
Events
},
+1
View File
@@ -7,6 +7,7 @@ import Origins from '../components/pages/origins'
import { useTranslation } from '../plugins/i18n'
export default {
name: 'OriginsPage',
components: {
Origins
},