We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd8a3a commit f3ca09eCopy full SHA for f3ca09e
src/pages/quick-start/builder/web/vue/stepContent/setupWagmiProvider.mdx
@@ -3,11 +3,10 @@ title: Setup Wagmi Provider
3
---
4
5
Since we're using `@wagmi/vue` for this example, we need to setup the `WagmiProvider` component.
6
-Please use the `WagmiProvider` component from `@web3auth/modal/react/wagmi` to wrap your
7
-application.
+Please use the `WagmiProvider` component from `@web3auth/modal/vue/wagmi` to wrap your application.
8
9
```tsx
10
-import { WagmiProvider } from "@web3auth/modal/react/wagmi";
+import { WagmiProvider } from "@web3auth/modal/vue/wagmi";
11
```
12
13
> Apart from that, the standard wagmi setup is being used. You do not need to create any wagmi
0 commit comments