I followed the readme and am trying to get the checkout button to show up but cannot get it to do so after compiling.
I'm also getting these errors in console:
[Vue warn]: Computed property "total" was assigned to but it has no setter.[Vue warn]: Unknown custom element: <stripe-checkout> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
This is the code I'm using. Is there something I'm doing wrong? Thanks!
Hi there,
I followed the readme and am trying to get the checkout button to show up but cannot get it to do so after compiling.
I'm also getting these errors in console:
[Vue warn]: Computed property "total" was assigned to but it has no setter.
[Vue warn]: Unknown custom element: <stripe-checkout> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
This is the code I'm using. Is there something I'm doing wrong? Thanks!