finish proposal
This commit is contained in:
parent
cdeebbf8c8
commit
16ae67dfc4
3 changed files with 30 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ import { computed } from "vue";
|
|||
import { useProjectStore } from "../../stores/project";
|
||||
import { useRouter } from "vue-router";
|
||||
import ClientBrief from "./cards/ClientBrief.vue";
|
||||
import Proposal from "./cards/Proposal.vue";
|
||||
|
||||
const { step } = defineProps({
|
||||
step: Object,
|
||||
|
|
@ -28,6 +29,7 @@ const { step } = defineProps({
|
|||
|
||||
const cardsMap = {
|
||||
clientBrief: ClientBrief,
|
||||
proposal: Proposal,
|
||||
};
|
||||
|
||||
const emit = defineEmits(["update:file"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue