Skip to content

Commit

Permalink
docs(useWebWorker): fix import path, close vitest-dev#795 (vitest-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
phaust authored Oct 2, 2021
1 parent af8fb05 commit f546cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useWebWorker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Try out the high-level `useWebWorkerFn`
## Usage

```js
import { useWebWorker } from 'vue-use-web'
import { useWebWorker } from '@vueuse/core'

const { data, post, terminate } = useWebWorker('/path/to/worker.js')
```
Expand Down

0 comments on commit f546cb7

Please sign in to comment.