Closed AKurka closed 3 years ago
Hi, I don't see anything wrong with your implementation. These errors are not from vue-stripe
, somehow your typescript is invalidating the code. I'm not an expert in typescript so I can't tell really, sorry. But I am definitely sure there's nothing wrong with your implementation.
For you reference, vue-stipe
's typings has the method redirectToCheckout()
declared -> https://github.com/vue-stripe/vue-stripe/blob/5dabbbf4eae31a20688603fac751b01cf694e994/typings/index.d.ts#L32
Hello, I will be closing this for now to reduce stale issues. Please reopen if needed. Thanks.
Describe the bug I added Vue Stripe on my vue2 Project and I have 2 similar errors on my code :
Screenshots
Additional context Here is my code if you want to check
Do I need to import something else or ?