- refactor(useAsyncState)!: API changes (7fdf25b)
Bug Fixes
Features
- useAsyncState: support async functions, close #348 (81f00b5)
- useVModels: new function (#351) (b1cb393)
BREAKING CHANGES
-
state
is nowshallowRef
instead ofref
catchFn
is nowoptions.onError
- refer to TypeScript definition for more details