From d7b9586e7e6c0fc62b0f8e326fc7c94c402768e2 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 08 Mar 2022 15:38:59 +0800 Subject: [PATCH] 优化注释 --- forms/checkbox/CCheckBox.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/forms/checkbox/CCheckBox.vue b/forms/checkbox/CCheckBox.vue index 68b2ac2..0c0dc6b 100644 --- a/forms/checkbox/CCheckBox.vue +++ b/forms/checkbox/CCheckBox.vue @@ -39,7 +39,7 @@ props: { // 表单数据资源(表单组件内部机制专用) itemRes: Object, - // 选项列表 + // 选项列表,单项为 {label,value} options: { type: Array, default: () => [], -- Gitblit v1.9.1