Browse Source

Removed vue-excel-export

master
Kobus 5 years ago
parent
commit
a1e4ce0f80
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/components/admin/logs/SearchLogs.vue

+ 0
- 4
src/components/admin/logs/SearchLogs.vue View File

@@ -58,10 +58,6 @@
58 58
 <script>
59 59
 import { mapState, mapActions } from 'vuex';
60 60
 import moment from 'moment';
61
-import Vue from 'vue';
62
-import excel from 'vue-excel-export';
63
-
64
-Vue.use(excel);
65 61
 
66 62
 export default {
67 63
   name: 'searchLog',

Loading…
Cancel
Save