From f8483833f124c357e7a0bdea294d9ce302c1e2a5 Mon Sep 17 00:00:00 2001
From: chenghx <chenghx@nfex.com>
Date: 星期二, 11 九月 2018 11:45:32 +0800
Subject: [PATCH] refactor: update to new project structure

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

diff --git a/src/components/check/ImgCheckBox.vue b/src/components/checkbox/ImgCheckbox.vue
similarity index 97%
rename from src/components/check/ImgCheckBox.vue
rename to src/components/checkbox/ImgCheckbox.vue
index 8800a23..034fcb5 100644
--- a/src/components/check/ImgCheckBox.vue
+++ b/src/components/checkbox/ImgCheckbox.vue
@@ -11,7 +11,7 @@
 import AIcon from 'ant-design-vue/es/icon/icon'
 
 const Group = {
-  name: 'ImgCheckBoxGroup',
+  name: 'ImgCheckboxGroup',
   props: {
     multiple: {
       type: Boolean,
@@ -73,7 +73,7 @@
 }
 
 export default {
-  name: 'ImgCheckBox',
+  name: 'ImgCheckbox',
   Group,
   props: {
     checked: {

--
Gitblit v1.9.1