add pdf viewer - page change observer working
This commit is contained in:
parent
ef2eeafa8d
commit
ade5ac6a4e
5 changed files with 882 additions and 45 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue