Open devfather opened 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.
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"
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.