Releases: zcf0508/vuex-typed
Releases · zcf0508/vuex-typed
v0.2.10
🐞 Bug Fixes
- type: Avoid type mismatch when
commit
with optional parameter - by @zcf0508 (553d9)
v0.2.4
🚀 Features
commit
and dispatch
support default undefined
payload - by @zcf0508 (314be)
v0.2.3
🐞 Bug Fixes
dispatch
commit
getters
parameter type error with namespaced modules - by @zcf0508 (0f042)
v0.2.2
🐞 Bug Fixes
- Fix the issue of incorrect mapX function types in multiple Module scenarios. - by @zcf0508 (f4df1)
v0.2.1
🐞 Bug Fixes
- Make the options parameter of
defineStore
and defineModule
optional - by @zcf0508 (567de)
- Fix the issue where the map function exposes additional data when accepting an array parameter - by @zcf0508 (5ca21)