Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: make useContext API available (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
andoshin11 authored May 8, 2020
1 parent 792500f commit dc4f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default compositionApiModule
export const meta = require('../package.json')

export { useFetch } from './fetch'
export { withContext } from './context'
export { withContext, useContext } from './context'
export { ssrRef, onServerPrefetch, setSSRContext } from './ssr-ref'
export { useHead } from './meta'

Expand Down

0 comments on commit dc4f028

Please sign in to comment.