From a69aee6376d5564b68439a5e51c3177f1d6f88af Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Sat, 19 Jun 2021 17:08:51 +0800
Subject: [PATCH] 修复升级后 Tools 在 h5 模式下 rem 转 px 函数报错的问题

---
 forms/form/CFormSubmit.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/forms/form/CFormSubmit.vue b/forms/form/CFormSubmit.vue
index 87b7e2d..81efc4b 100644
--- a/forms/form/CFormSubmit.vue
+++ b/forms/form/CFormSubmit.vue
@@ -1,3 +1,8 @@
+/**
+ * CFormSubmit - 表单套装组件,提交按钮
+ * @author Tevin
+ */
+
 <template>
     <view class="c-form-submit">
         <button

--
Gitblit v1.9.1