From 9f80375601ee3803f15977490cc5f251d840b9e4 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 14 Jan 2021 15:43:13 +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