Inttegro Web SDKs - v0.1.0
    Preparing search index...

    Module @inttegro/vue

    Vue component adapter for Inttegro-hosted Checkout.

    @inttegro/vue

    Vue adapter for Inttegro hosted workflows. The component automatically uses @inttegro/js to load the executable runtime from Inttegro's fixed origin; it does not bundle the payment-collection runtime.

    <script setup lang="ts">
    import { Checkout } from '@inttegro/vue'
    </script>

    <template>
    <Checkout :order-id="orderId" @completed="onCompleted" />
    </template>
    CheckoutAppearance
    CheckoutTheme
    CheckoutErrorEvent
    CheckoutEvent
    CheckoutExposed
    CheckoutProps
    Checkout