refactor(backend): LearningPathPage en LearningObjectView gerefactored, zodat ze TanStack gebruiken.

This commit is contained in:
Gerald Schmittinger 2025-03-31 16:30:50 +02:00
parent 61fd28e743
commit c6ee22ab4d
3 changed files with 32 additions and 52 deletions

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import {loadResource, remoteResource} from "@/services/api-client/remote-resource.ts";
import type {LearningPath} from "@/services/learning-content/learning-path.ts";
import type {LearningPath} from "@/data-objects/learning-path.ts";
import {useRoute, useRouter} from "vue-router";
import {computed, watch} from "vue";
import {searchLearningPaths} from "@/services/learning-content/learning-path-service.ts";