project blueprint - optional steps working
This commit is contained in:
parent
595c275100
commit
8da0fb0e36
30 changed files with 296 additions and 127 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</template>
|
||||
<script setup>
|
||||
import Tabs from "./Tabs.vue";
|
||||
import Project from "./Project.vue";
|
||||
import Project from "./project/Project.vue";
|
||||
import { useProjectsStore } from "../stores/projects";
|
||||
import { ref, computed } from "vue";
|
||||
import { storeToRefs } from "pinia";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue