UNPKG
ionvue-moyasar-payments
Version:
latest (1.0.0)
1.0.0
Moyasar Payment form for Ionic Vue
ionvue-moyasar-payments
/
index.js
10 lines
(8 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
PaymentForm
from
"./src/components/PaymentForm.vue"
;
export
default
{
install
(
Vue, options
) {
// Let's register our component globally
// https://vuejs.org/v2/guide/components-registration.html
Vue
.
component
(
"moyasar-payment-form"
,
PaymentForm
); } };