Change dashboardPlugin location,

This commit is contained in:
Cüneyt Şentürk
2020-01-03 12:10:07 +03:00
parent 8c8a375c43
commit 38ad7f7f0a
37 changed files with 194 additions and 69 deletions

View File

@ -8,18 +8,11 @@ require('./../../bootstrap');
import Vue from 'vue';
import Global from './../../mixins/global';
import Form from './../../plugins/form';
import BulkAction from './../../plugins/bulk-action';
const app = new Vue({
el: '#app',
mixins: [
Global
],
data: function () {
return {
form: new Form('login')