manual lint
This commit is contained in:
parent
1654234e32
commit
1c53ac84cc
36 changed files with 204 additions and 107 deletions
|
|
@ -166,8 +166,12 @@ export const piniaPersistPlugin =
|
|||
afterLoad,
|
||||
paths = [],
|
||||
saveImmediatelyActions,
|
||||
onSaveSuccess = () => {},
|
||||
onSaveError = () => {},
|
||||
onSaveSuccess = () => {
|
||||
/* no-op */
|
||||
},
|
||||
onSaveError = () => {
|
||||
/* no-op */
|
||||
},
|
||||
} = options.persist || {}
|
||||
|
||||
const loadedGuard = { loaded: false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue