Move the location of Vue inclusion.

This commit is contained in:
Taylor Otwell
2017-04-17 15:30:36 -05:00
parent bc91dcab93
commit 17ec5c51d6
2 changed files with 2 additions and 8 deletions

View File

@@ -7,6 +7,8 @@
require('./bootstrap');
window.Vue = require('vue');
/**
* Next, we will create a fresh Vue application instance and attach it to
* the page. Then, you may begin adding components to this application