Skip to content

Commit

Permalink
fix: fix stripe page (#5113)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Apr 26, 2021
1 parent 270861a commit caa5bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/stripe.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=2c20668056d05d81becf",
"/js/stripe.js": "/js/stripe.js?id=6576a17c093bc6e450bd",
"/js/stripe.js": "/js/stripe.js?id=20c59848535dab33ed9e",
"/js/manifest.js": "/js/manifest.js?id=895f51a7a2cbcfaf0d03",
"/css/app-rtl.css": "/css/app-rtl.css?id=ec5e8c23bb6d87f0c69f",
"/css/app-ltr.css": "/css/app-ltr.css?id=73ac5493133cc33e1a26",
Expand Down
3 changes: 2 additions & 1 deletion resources/js/stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ require('./bootstrap');
* or customize the JavaScript scaffolding to fit your unique needs.
*/

window.Vue = require('vue');
import Vue from 'vue';
window.Vue = Vue;

// Notifications
import Notifications from 'vue-notification';
Expand Down

0 comments on commit caa5bef

Please sign in to comment.