refactor(backend): LearningPathPage en LearningObjectView gerefactored, zodat ze TanStack gebruiken.
This commit is contained in:
parent
61fd28e743
commit
c6ee22ab4d
3 changed files with 32 additions and 52 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue