Explorar el Código

feat: integrate babel-root-plugin

pull/14/head
Tyler Chen hace 4 años
padre
commit
87b5da1a54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/account/payment/StripePayment.vue

+ 1
- 1
src/account/payment/StripePayment.vue Ver fichero

@@ -15,7 +15,7 @@

<script>
import { mapState, mapActions } from 'vuex';
import { paymentMethods } from "../../_store/paymentMethods.module";
import { paymentMethods } from "~/_store/paymentMethods.module";
import { util } from '~/_helpers';

export default {


Cargando…
Cancelar
Guardar