fix comment problem
This commit is contained in:
parent
16d57ec024
commit
cca389f1b0
10 changed files with 128 additions and 545 deletions
|
|
@ -18,7 +18,7 @@ import { ref } from "vue";
|
|||
import Intro from "../components/project/brief/Intro.vue";
|
||||
import ModeSelection from "../components/project/brief/ModeSelection.vue";
|
||||
import Images from "../components/project/brief/Images.vue";
|
||||
import PdfViewer from "../components/project/brief/PdfViewer.vue";
|
||||
import TitledPdfWrapper from "../components/project/TitledPdfWrapper.vue";
|
||||
import { usePageStore } from "../stores/page";
|
||||
import { storeToRefs } from "pinia";
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ const stepsComponents = {
|
|||
Intro,
|
||||
ModeSelection,
|
||||
Images,
|
||||
PdfViewer,
|
||||
TitledPdfWrapper,
|
||||
};
|
||||
|
||||
const { page } = storeToRefs(usePageStore());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue