diff --git a/docs/further/front/component.md b/docs/further/front/component.md index 79b55f893aecda05e48faf003afb0e89dab3967c..a2da1d34dc5a6ef9a75595842c53af6456cc67dd 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, } ])