mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
14 lines
264 B
Vue
14 lines
264 B
Vue
<template>
|
|
<ProjectCard
|
|
title="Tablut"
|
|
:links="[
|
|
]">
|
|
|
|
<p class="text-center">{{ $t("unibo_23-24") }}</p>
|
|
<p>{{ $t('tablut.description') }}</p>
|
|
</ProjectCard>
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
</script> |