Skip to content

v1.1.0

Compare
Choose a tag to compare
@logaretm logaretm released this 23 Apr 19:35
· 122 commits to main since this release

πŸ‘• TypeScript

πŸ†• New Features

  • feat: enable useQuery etc function outside of setup and outside component by @GavinXue in #156

This change will allow you to use useQuery and friends in a limited fashion outside the setup function. This should reduce the occurrences where a client instance cannot be found due to the inject/provide API caveats.