some component usage updated
This commit is contained in:
parent
48356547d8
commit
03d8a33eb5
4
resources/assets/js/views/modules/item.js
vendored
4
resources/assets/js/views/modules/item.js
vendored
@ -16,10 +16,8 @@ import {Progress} from 'element-ui';
|
|||||||
|
|
||||||
import AkauntingCarousel from './../../components/AkauntingCarousel';
|
import AkauntingCarousel from './../../components/AkauntingCarousel';
|
||||||
|
|
||||||
Vue.use(Progress);
|
|
||||||
|
|
||||||
// plugin setup
|
// plugin setup
|
||||||
Vue.use(DashboardPlugin);
|
Vue.use(DashboardPlugin, Progress);
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
|
@ -15,10 +15,8 @@ import Global from './../../mixins/global';
|
|||||||
|
|
||||||
import {Tooltip} from 'element-ui';
|
import {Tooltip} from 'element-ui';
|
||||||
|
|
||||||
Vue.use(Tooltip);
|
|
||||||
|
|
||||||
// plugin setup
|
// plugin setup
|
||||||
Vue.use(DashboardPlugin);
|
Vue.use(DashboardPlugin, Tooltip);
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
|
@ -17,10 +17,8 @@ import BulkAction from './../../plugins/bulk-action';
|
|||||||
|
|
||||||
import {ColorPicker} from 'element-ui';
|
import {ColorPicker} from 'element-ui';
|
||||||
|
|
||||||
Vue.use(ColorPicker);
|
|
||||||
|
|
||||||
// plugin setup
|
// plugin setup
|
||||||
Vue.use(DashboardPlugin);
|
Vue.use(DashboardPlugin, ColorPicker);
|
||||||
|
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user