add pdf viewer - page change observer working

This commit is contained in:
isUnknown 2024-10-14 14:31:17 +02:00
parent ef2eeafa8d
commit ade5ac6a4e
5 changed files with 882 additions and 45 deletions

View file

@ -14,12 +14,14 @@ import { ref } from "vue";
import Intro from "../components/project/client-brief/Intro.vue";
import ModeSelection from "../components/project/client-brief/ModeSelection.vue";
import Images from "../components/project/client-brief/Images.vue";
import PdfViewer from "../components/project/client-brief/PdfViewer.vue";
import { usePageStore } from "../stores/page";
const stepsComponents = {
Intro,
ModeSelection,
Images,
PdfViewer,
};
const { page } = usePageStore();