Setting > categories notification style issue solved.
This commit is contained in:
parent
63ab57730d
commit
1e2eb928f1
@ -13,8 +13,7 @@ import Global from './../../mixins/global';
|
|||||||
import Form from './../../plugins/form';
|
import Form from './../../plugins/form';
|
||||||
import BulkAction from './../../plugins/bulk-action';
|
import BulkAction from './../../plugins/bulk-action';
|
||||||
|
|
||||||
import ColorPicker from 'element-ui';
|
import {ColorPicker} from 'element-ui';
|
||||||
//import 'element-ui/lib/theme-default/index.css';
|
|
||||||
|
|
||||||
Vue.use(ColorPicker);
|
Vue.use(ColorPicker);
|
||||||
|
|
||||||
@ -26,7 +25,7 @@ const app = new Vue({
|
|||||||
],
|
],
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
ColorPicker
|
[ColorPicker.name]: ColorPicker,
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user