From b167515baf4c7208e4c3fd99e9ba723ea5374070 Mon Sep 17 00:00:00 2001 From: lxf <995410843@qq.com> Date: Thu, 2 Mar 2023 08:07:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/further/front/component.md.=20?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E7=8A=B6=E6=80=81=E7=9A=84=E6=A0=87=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lxf <995410843@qq.com> --- docs/further/front/component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/further/front/component.md b/docs/further/front/component.md index 79b55f8..a2da1d3 100644 --- a/docs/further/front/component.md +++ b/docs/further/front/component.md @@ -186,11 +186,11 @@ const imageList = ref([]) import { reactive } from 'vue' const depts = reactive([ { - label: '部门A', + label: '部门A', value: 1, }, { - label: '部门B', + label: '部门B', value: 2, } ]) -- Gitee