Client - register SportImage component

This commit is contained in:
Sam
2021-10-27 17:36:41 +02:00
parent 87ad351d6d
commit 95dec79814
8 changed files with 3 additions and 21 deletions

View File

@ -23,15 +23,11 @@
import { ComputedRef, PropType, computed, defineComponent, inject } from 'vue'
import { useI18n } from 'vue-i18n'
import SportImage from '@/components/Common/Images/SportImage/index.vue'
import { ISport, ITranslatedSport } from '@/types/sports'
import { translateSports } from '@/utils/sports'
export default defineComponent({
name: 'SportsMenu',
components: {
SportImage,
},
props: {
selectedSportIds: {
type: Array as PropType<number[]>,