backend improvements
This commit is contained in:
parent
50bcae442e
commit
4ac1c34b6a
16 changed files with 199 additions and 108 deletions
|
@ -4,7 +4,8 @@
|
|||
* building robust, powerful web applications using Vue and Laravel.
|
||||
*/
|
||||
require('./bootstrap');
|
||||
window.Vue = require('vue');
|
||||
// window.Vue = require('vue');
|
||||
import Vue from 'vue';
|
||||
|
||||
Vue.prototype.$http = axios;
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue