some component usage updated

This commit is contained in:
batuhanbas
2020-01-14 15:55:59 +03:00
parent 48356547d8
commit 03d8a33eb5
3 changed files with 3 additions and 9 deletions

View File

@ -17,10 +17,8 @@ import BulkAction from './../../plugins/bulk-action';
import {ColorPicker} from 'element-ui';
Vue.use(ColorPicker);
// plugin setup
Vue.use(DashboardPlugin);
Vue.use(DashboardPlugin, ColorPicker);
const app = new Vue({
el: '#app',