remove imports that are not using

This commit is contained in:
edmondlang
2022-04-03 20:20:09 +08:00
parent 6f9320f3a4
commit 9c7d07f603
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -14,10 +14,6 @@ import vuelidate from 'vuelidate';
/** Input Mask **/
import VueTheMask from 'vue-the-mask';
import VueEasytable from "vue-easytable"; // import library
Vue.use(VueEasytable);
/** Mixins */
import request from './general/mixins/request';
@@ -63,7 +63,6 @@
</div>
</template>
<script>
import Vuetable from 'vuetable-2'
export default {
components: {
Vuetable