Place
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m1s

This commit is contained in:
2026-06-11 23:47:37 +02:00
parent 887e8c80af
commit 6e4a9ac967
15 changed files with 689 additions and 158 deletions

View File

@@ -3,7 +3,7 @@ import TableHeader from '~/components/parts/TableHeader.vue';
import FixedLayout from '~/components/layouts/FixedLayout.vue';
import { useSeo } from '~/composables/seo';
const { get, post } = api();
const { get, post } = useApi();
const { locale } = useI18n();
useSeo({
@@ -79,4 +79,4 @@ p {
.no-sprite .undertable-wrapper {
display: none;
}
</style>
</style>