Skip to content

Commit

Permalink
Setting > categories notification style issue solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 18, 2019
1 parent 63ab577 commit 1e2eb92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/assets/js/views/settings/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -26,7 +25,7 @@ const app = new Vue({
],

components: {
ColorPicker
[ColorPicker.name]: ColorPicker,
},

mounted() {
Expand Down

0 comments on commit 1e2eb92

Please sign in to comment.