code review for js files
This commit is contained in:
@ -15,9 +15,11 @@ import BulkAction from './../../plugins/bulk-action';
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
form: new Form('company'),
|
||||
|
2
resources/assets/js/views/common/reports.js
vendored
2
resources/assets/js/views/common/reports.js
vendored
@ -15,9 +15,11 @@ import BulkAction from './../../plugins/bulk-action';
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
form: new Form('report'),
|
||||
|
1
resources/assets/js/views/common/search.js
vendored
1
resources/assets/js/views/common/search.js
vendored
@ -20,6 +20,7 @@ Vue.directive('click-outside', clickOutside);
|
||||
|
||||
const search = new Vue({
|
||||
el: '#global-search',
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
show: false,
|
||||
|
Reference in New Issue
Block a user