I am currently facing an issue with implementing Stripe in my Vue.js project. Despite following the documentation provided, I am encountering errors such as "stripe is not defined" and "Uncaught ReferenceError: h is not defined".
Initially, I created a payment.vue page to include the Stripe element form, and attempted various methods like linking the JavaScript file to this page, adding the script given by Stripe, or placing both scripts in the index.html file. However, none of these solutions seem to work. Can someone offer guidance on the best approach for integrating the Stripe element form and where to position the script (https://js.stripe.com/v3/)? Thank you for any assistance provided.