From f8f0294c58d915bd7ef87286d6075c581947b5c8 Mon Sep 17 00:00:00 2001
From: iczer <1126263215@qq.com>
Date: 星期四, 20 九月 2018 11:41:28 +0800
Subject: [PATCH] refactor: register ant-design-vue components in main.js #28

---
 src/components/checkbox/ImgCheckbox.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/checkbox/ImgCheckbox.vue b/src/components/checkbox/ImgCheckbox.vue
index 034fcb5..c014020 100644
--- a/src/components/checkbox/ImgCheckbox.vue
+++ b/src/components/checkbox/ImgCheckbox.vue
@@ -8,8 +8,6 @@
 </template>
 
 <script>
-import AIcon from 'ant-design-vue/es/icon/icon'
-
 const Group = {
   name: 'ImgCheckboxGroup',
   props: {
@@ -94,7 +92,6 @@
       sChecked: this.checked
     }
   },
-  components: {AIcon},
   inject: ['groupContext'],
   watch: {
     'sChecked': function (val) {

--
Gitblit v1.9.1