Skip to content

Commit

Permalink
chore: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 9, 2022
1 parent ebaa07d commit f00fdc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/useIDBKeyval/demo.vue
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { stringify } from '@vueuse/docs-utils'
import { useIDBKeyval } from '@vueuse/integrations'
import { useIDBKeyval } from '.'
const KEY = 'vue-use-idb-keyval'
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useIDBKeyval/index.md
Expand Up @@ -16,7 +16,7 @@ npm install idb-keyval
## Usage

```ts
import { useIDBKeyval } from '@vueuse/integrations'
import { useIDBKeyval } from '@vueuse/integrations/useIDBKeyval'

// bind object
const storedObject = useIDBKeyval('my-idb-keyval-store', { hello: 'hi', greeting: 'Hello' })
Expand Down

0 comments on commit f00fdc5

Please sign in to comment.