chore: 修改语法

This commit is contained in:
dap 2024-09-26 15:32:33 +08:00
parent bc5b5f2cb1
commit 2c6eb8cb55

View File

@ -136,7 +136,7 @@ export const useNotifyStore = defineStore(
}, },
{ {
persist: { persist: {
paths: ['notificationList'], pick: ['notificationList'],
}, },
}, },
); );