From cbb9d1dce2698b02e4e5fdffd342ed72cfc50939 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 15 Mar 2021 16:36:25 +0800 Subject: [PATCH] 实现 h5 开发中 rem 转换 px --- 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