This commit is contained in:
2023-06-15 20:13:46 +08:00
parent 09382319df
commit 95bf839308
83 changed files with 20351 additions and 185 deletions

View File

@@ -0,0 +1,6 @@
import { defineStore } from "pinia"
const useProjectStore = defineStore("prjectStore", {
state: () => ({
projectInfo: {}
})
})