Nuxt 3 with braintree
I'm learning nuxt right now and I'd like to use braintree for payment processor for an invoicing solution for my small business.
How would I import this? I've defined the dependency https://github.com/braintree/braintree-web already in my package.json and it seems to not be defined when calling in my vue file.
Here's the relevant files: https://gist.github.com/SebaSphere/e9f834d160bcdb35c24448b72f40cd03
What am I doing wrong?
0 Replies