OurPass Inline - Vue.js
This is the Vue.js library for implementing Ourpass checkout button on your platform. This library would help you integrate the button into your system in no time😌
Working with OurPass CDN Inline
NPM Installation
npm i ourpass-checkout-vue-button-v1Importing the vue-pass-checkout-button-v1
import passBtn from "ourpass-checkout-vue-button-v1"export default {
name: 'App',
components: {
passBtn
},
}Feeding the component with the write data
Last updated
Was this helpful?