Change dashboardPlugin location,
This commit is contained in:
		| @@ -8,6 +8,8 @@ require('./../../bootstrap'); | ||||
|  | ||||
| import Vue from 'vue'; | ||||
|  | ||||
| import DashboardPlugin from './../../plugins/dashboard-plugin'; | ||||
|  | ||||
| import Global from './../../mixins/global'; | ||||
| import {getQueryVariable} from './../../plugins/functions'; | ||||
|  | ||||
| @@ -18,6 +20,9 @@ import {DatePicker, Tooltip} from 'element-ui'; | ||||
|  | ||||
| Vue.use(DatePicker, Tooltip); | ||||
|  | ||||
| // plugin setup | ||||
| Vue.use(DashboardPlugin); | ||||
|  | ||||
| const dashboard = new Vue({ | ||||
|     el: '#main-body', | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user