fix langs
This commit is contained in:
@ -29,8 +29,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
defineProps<{ component: Component }>();
|
||||
type Component = {
|
||||
defineProps<{ component: {
|
||||
id: number
|
||||
name: string
|
||||
img: string[]
|
||||
@ -46,5 +45,6 @@ type Component = {
|
||||
id_front_section: number
|
||||
id_lang: number
|
||||
}[]
|
||||
};
|
||||
} }>();
|
||||
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user