Skip to content

Commit 17ec5c5

Browse files
committed
Move the location of Vue inclusion.
1 parent bc91dca commit 17ec5c5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

resources/assets/js/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
require('./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

resources/assets/js/bootstrap.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ window.$ = window.jQuery = require('jquery');
1111

1212
require('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

0 commit comments

Comments
 (0)