Skip to content

Commit

Permalink
docs(useWebWorkerFn): add demo link (vitest-dev#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Jan 14, 2021
1 parent bdc2005 commit 010c869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/useWebWorkerFn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export declare const useWebWorkerFn: <T extends (...fnArgs: any[]) => any>(

## Source

[Source](https://github.com/antfu/vueuse/blob/master/packages/core/useWebWorkerFn/index.ts)[Docs](https://github.com/antfu/vueuse/blob/master/packages/core/useWebWorkerFn/index.md)
[Source](https://github.com/antfu/vueuse/blob/master/packages/core/useWebWorkerFn/index.ts)[Demo](https://github.com/antfu/vueuse/blob/master/packages/core/useWebWorkerFn/demo.vue)[Docs](https://github.com/antfu/vueuse/blob/master/packages/core/useWebWorkerFn/index.md)


<!--FOOTER_ENDS-->
<!--FOOTER_ENDS-->

0 comments on commit 010c869

Please sign in to comment.