File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 77
88require ( './bootstrap' ) ;
99
10+ window . Vue = require ( 'vue' ) ;
11+
1012/**
1113 * Next, we will create a fresh Vue application instance and attach it to
1214 * the page. Then, you may begin adding components to this application
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ window.$ = window.jQuery = require('jquery');
1111
1212require ( 'bootstrap-sass' ) ;
1313
14- /**
15- * Vue is a modern JavaScript library for building interactive web interfaces
16- * using reactive data binding and reusable components. Vue's API is clean
17- * and simple, leaving you to focus on building your next great project.
18- */
19-
20- window . Vue = require ( 'vue' ) ;
21-
2214/**
2315 * We'll load the axios HTTP library which allows us to easily issue requests
2416 * to our Laravel back-end. This library automatically handles sending the
You can’t perform that action at this time.
0 commit comments