UNPKG

paytabs-vue

Version:

Paytabs Express Checkout for Vue

6 lines 219 B
import PaytabsExpressCheckout from './components/PaytabsExpressCheckout.vue'; module.exports = { install: function (Vue, options) { Vue.component('paytabs-express-checkout', PaytabsExpressCheckout); } };