UNPKG

@spot-flow/vue-spotflow-checkout

Version:

This **Spotflow Vue.js library** wraps around the [inline library](https://github.com/Spotflow-One/spotflow-checkout-inline), which enables users to make payments seamlessly. It integrates smoothly into your Vue.js application, providing a streamlined ch

7 lines (6 loc) 300 B
declare const _default: import("nuxt/app").Plugin<{ paymentGateway: (options: import("./types").SpotflowPaymentOptions) => Promise<void>; }> & import("nuxt/app").ObjectPlugin<{ paymentGateway: (options: import("./types").SpotflowPaymentOptions) => Promise<void>; }>; export default _default;