extended-brief working
This commit is contained in:
parent
984c8b7737
commit
b99c05062f
20 changed files with 38 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref, computed } from "vue";
|
||||
import { useApiStore } from "./api";
|
||||
import MyImages from "../components/project/client-brief/add-images-modal/MyImages.vue";
|
||||
import ImagesResources from "../components/project/client-brief/add-images-modal/ImagesResources.vue";
|
||||
import MyImages from "../components/project/brief/add-images-modal/MyImages.vue";
|
||||
import ImagesResources from "../components/project/brief/add-images-modal/ImagesResources.vue";
|
||||
|
||||
export const useAddImagesModalStore = defineStore("add-images-modal", () => {
|
||||
const tabs = ref([
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { defineStore } from "pinia";
|
|||
|
||||
export const useProjectStore = defineStore("project", () => {
|
||||
const stepsLabels = {
|
||||
clientBrief: "Votre brief",
|
||||
Brief: "Votre brief",
|
||||
proposal: "Proposition commerciale",
|
||||
extendedBrief: "Brief enrichi",
|
||||
industrialIdeation: "Idéation industrielle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue