kaban > step uri : fix reactivity problem

This commit is contained in:
isUnknown 2024-12-20 14:06:55 +01:00
parent 82e944cd31
commit 9b5a61e57d
2 changed files with 9 additions and 7 deletions

View file

@ -16,7 +16,7 @@ import Header from "../components/project/Header.vue";
import DialogWrapper from "../components/project/DialogWrapper.vue";
import { usePageStore } from "../stores/page";
import { storeToRefs } from "pinia";
import { watch } from "vue";
import { computed, watch } from "vue";
import { useDialogStore } from "../stores/dialog";
import { useRoute } from "vue-router";