From e9c68ca4e38d720fe6e9a1fd4c0e5b85bfbca21a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 25 Jan 2021 21:07:01 +0800
Subject: [PATCH] 表单预验证的项,改由指定字段决定

---
 forms/input/CInput.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/forms/input/CInput.vue b/forms/input/CInput.vue
index 86acc3e..38ec252 100644
--- a/forms/input/CInput.vue
+++ b/forms/input/CInput.vue
@@ -16,10 +16,9 @@
     >
         <slot />
     </AtInput>
-</template>
-
-<script>
+</template><script>
 import { AtInput } from 'taro-ui-vue';
+import './cInput.scss';
 
 export default {
     name: 'CInput',

--
Gitblit v1.9.1