extended-brief working
This commit is contained in:
parent
984c8b7737
commit
b99c05062f
20 changed files with 38 additions and 13 deletions
|
|
@ -15,10 +15,10 @@
|
|||
</template>
|
||||
<script setup>
|
||||
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 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 { usePageStore } from "../stores/page";
|
||||
import { storeToRefs } from "pinia";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue