fix #138
This commit is contained in:
parent
432f718b14
commit
f34ceb1559
5 changed files with 38 additions and 34 deletions
|
|
@ -21,16 +21,16 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import ProjectStep from "../components/project/ProjectStep.vue";
|
||||
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, ref } from "vue";
|
||||
import { useDialogStore } from "../stores/dialog";
|
||||
import { useRoute } from "vue-router";
|
||||
import DTLButton from "../components/design-to-light/DTLButton.vue";
|
||||
import DTLPanel from "../components/design-to-light/DTLPanel.vue";
|
||||
import ProjectStep from '../components/project/ProjectStep.vue';
|
||||
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, ref } from 'vue';
|
||||
import { useDialogStore } from '../stores/dialog';
|
||||
import { useRoute } from 'vue-router';
|
||||
import DTLButton from '../components/design-to-light/DTLButton.vue';
|
||||
import DTLPanel from '../components/design-to-light/DTLPanel.vue';
|
||||
|
||||
const { page } = storeToRefs(usePageStore());
|
||||
const dialog = useDialogStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue