blob: 8400475ec96a70069672d9180f8514b41d6a198f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
* building robust, powerful web applications using Vue and Laravel.
*/
require('./bootstrap');
window.Vue = require('vue');
// window.jQueryMigrate = require('jquery-migrate');
require('./chat');
|