Skip to content

Commit

Permalink
Fix wrong import in docs code for useConnect in Vue (#4056)
Browse files Browse the repository at this point in the history
docs(vue/useConnect): Fix import
  • Loading branch information
RezaRahemtola committed Jun 14, 2024
1 parent e2377a3 commit d1dca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/vue/api/composables/useConnect.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { useConnect } from '@wagmi/vue'
```vue [index.vue]
<script setup lang="ts">
import { useConnect } from '@wagmi/vue'
import { injected } from 'wagmi/connectors'
import { injected } from '@wagmi/connectors'
const { connect } = useConnect()
</script>
Expand Down

0 comments on commit d1dca6a

Please sign in to comment.