feat: fill pages
This commit is contained in:
8
frontend/app/components/VocalSynth/Tools.vue
Normal file
8
frontend/app/components/VocalSynth/Tools.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<UiBadgeListCard v-if="data" :tools="data.tools">{{ $t('pages.vocal-synthesis.tools') }}</UiBadgeListCard>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Inject data provided by the page to avoid hydration issues with MDC components
|
||||
const data = inject('pageData');
|
||||
</script>
|
||||
Reference in New Issue
Block a user