fix(FE): show instance store filler
This commit is contained in:
parent
f88d508ec4
commit
9a8c29a91d
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ export const useShowInstanceStore = defineStore('showInstance', {
|
|||
this.currentShowInstance = baseShowInstance()
|
||||
},
|
||||
async saveShowInstance() {
|
||||
// Implement API call to save this.currentShowInstance
|
||||
|
||||
},
|
||||
async updateShowInstance() {
|
||||
|
||||
},
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue