Removed project store
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
import { defineStore } from "pinia";
|
|
||||||
import type { JSONContent } from "@tiptap/vue-3";
|
|
||||||
|
|
||||||
export const useProjectStore = defineStore("projects", {
|
|
||||||
state: () => ({
|
|
||||||
project: [] as JSONContent[],
|
|
||||||
}),
|
|
||||||
|
|
||||||
actions: {
|
|
||||||
setProjectData(project: Array<JSONContent>) {
|
|
||||||
this.$state.project = project;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|||||||
Reference in New Issue
Block a user