lorisleiva / solana-wallets-vue

Solana wallet integration for Vue 3
https://solana-wallets-vue-demo.netlify.app/
173 stars 65 forks source link

WalletMultiButton compatibility with vue + vite #41

Open devfather opened 2 years ago

devfather commented 2 years ago

Getting a type error when trying to implement the button. Using Vue3 with vite on a laravel stack. Everything works fine on a webpack version of vue + laravel. Their recent update swapped out webpack for Vite.

3tw commented 1 year ago

Could you explain in detail the error you're getting? I am using this package with vue3 + vite without any problems.

"vue": "^3.2.47" "vite": "^4.1.1"