UNPKG
paytabs-vue
Version:
latest (1.0.0)
1.0.0
Paytabs Express Checkout for Vue
paytabs-vue
/
src
/
plugin.js
6 lines
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
import
PaytabsExpressCheckout
from
'./components/PaytabsExpressCheckout.vue'
;
module
.
exports
= {
install
:
function
(
Vue, options
) {
Vue
.
component
(
'paytabs-express-checkout'
,
PaytabsExpressCheckout
); } };