Skip to content

Commit

Permalink
Remove usage of vue datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 17, 2017
1 parent 39c581a commit 76e2133
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Vue from 'vue';
import VueI18n from 'vue-i18n';
import VueRouter from 'vue-router';
import ElementUI from 'element-ui';
import DataTables from 'vue-data-tables';
import VueEvents from 'vue-events';
import locale from 'element-ui/lib/locale/lang/en';
import VueSimplemde from 'vue-simplemde';
Expand All @@ -14,7 +13,6 @@ import MediaRoutes from '../../../Modules/Media/Assets/js/MediaRoutes';
import UserRoutes from '../../../Modules/User/Assets/js/UserRoutes';

Vue.use(ElementUI, { locale });
Vue.use(DataTables, { locale });
Vue.use(VueI18n);
Vue.use(VueRouter);
Vue.use(require('vue-shortkey'), { prevent: ['input', 'textarea'] });
Expand Down

0 comments on commit 76e2133

Please sign in to comment.