Skip to content

Instantly share code, notes, and snippets.

View Francismori7's full-sized avatar

Francis Morissette Francismori7

  • Groupe Ratté
  • Québec, Canada
View GitHub Profile
@Francismori7
Francismori7 / app.js
Created June 4, 2017 22:38
Stripe Elements
import Vue from 'vue';
const app = new Vue({
el: '#app',
created() {
window.stripe = Stripe(window.EventManager.stripe.key);
this.mapBillingElements();
},