15 min, search multiple
This commit is contained in:
2
resources/js/app.js
vendored
2
resources/js/app.js
vendored
@@ -8,6 +8,7 @@ require('./bootstrap');
|
||||
|
||||
window.Vue = require('vue');
|
||||
window.moment = require('moment');
|
||||
window.Cookies = require('js-cookie');
|
||||
|
||||
/**
|
||||
* The following block of code may be used to automatically register your
|
||||
@@ -31,6 +32,7 @@ Vue.component('processes-graph', require('./components/ProcessesGraph.vue').defa
|
||||
Vue.component('disk-graph', require('./components/DiskGraph.vue').default);
|
||||
Vue.component('search-input', require('./components/SearchInput.vue').default);
|
||||
Vue.component('search-multiple-input', require('./components/SearchMultipleInput.vue').default);
|
||||
Vue.component('search-table',require('./components/SearchTable').default);
|
||||
/**
|
||||
* Next, we will create a fresh Vue application instance and attach it to
|
||||
* the page. Then, you manwy begin adding components to this application
|
||||
|
||||
Reference in New Issue
Block a user