Nuxt/packages/nuxt3/src/app/composables/index.ts
Sébastien Chopin a8707469f8 feat: useAsyncData (#142)
* feat: useAsyncData

Resolves #141

* chore: improvements

* chore: fix lint
2021-02-03 19:14:30 +01:00

4 lines
117 B
TypeScript

export { useAsyncData } from './asyncData'
export { useData } from './data'
export { useHydration } from './hydrate'