dynamize project
This commit is contained in:
parent
4d1811830c
commit
801db754d2
3 changed files with 23 additions and 2 deletions
14
src/stores/project.js
Normal file
14
src/stores/project.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useProjectStore = defineStore("project", () => {
|
||||
const stepsLabels = {
|
||||
clientBrief: "Votre brief",
|
||||
proposal: "Proposition commerciale",
|
||||
extendedBrief: "Brief enrichi",
|
||||
industrialIdeation: "Idéation industrielle",
|
||||
virtualSample: "Échantillon virtuel",
|
||||
physicalSample: "Échantillon physique",
|
||||
};
|
||||
|
||||
return { stepsLabels };
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue