mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
v6 update
This commit is contained in:
@ -35,6 +35,9 @@ export const useModalStore = (useWindow = false) => {
|
||||
}
|
||||
|
||||
this.title = payload.title
|
||||
if (payload.content) {
|
||||
this.content = payload.content
|
||||
}
|
||||
|
||||
if (payload.data) {
|
||||
this.data = payload.data
|
||||
|
||||
Reference in New Issue
Block a user