Setting > categories notification style issue solved.

This commit is contained in:
Cüneyt Şentürk 2019-11-18 17:45:20 +03:00
parent 63ab57730d
commit 1e2eb928f1

View File

@ -13,8 +13,7 @@ import Global from './../../mixins/global';
import Form from './../../plugins/form';
import BulkAction from './../../plugins/bulk-action';
import ColorPicker from 'element-ui';
//import 'element-ui/lib/theme-default/index.css';
import {ColorPicker} from 'element-ui';
Vue.use(ColorPicker);
@ -26,7 +25,7 @@ const app = new Vue({
],
components: {
ColorPicker
[ColorPicker.name]: ColorPicker,
},
mounted() {