From 49f5997934e801c6da8570c785ab2424a362eebd Mon Sep 17 00:00:00 2001 From: castleiMac Date: Sun, 3 Apr 2022 17:29:02 +0800 Subject: [PATCH 1/6] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20select=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=94=AF=E6=8C=81=E5=85=B3=E9=94=AE=E8=AF=8D=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/docs/zh-CN/components/select.md | 18 ++++++------ src/component/select/index.vue | 38 +++++++++++++++++-------- src/component/selectOption/index.vue | 11 +++---- 3 files changed, 39 insertions(+), 28 deletions(-) diff --git a/example/docs/zh-CN/components/select.md b/example/docs/zh-CN/components/select.md index 0ff61116..6319b36b 100644 --- a/example/docs/zh-CN/components/select.md +++ b/example/docs/zh-CN/components/select.md @@ -4,7 +4,7 @@ ::: title 基本介绍 ::: -::: describe 用于代替原生的选择器,或者需要一个更优雅的多选器时。 +::: describe 用于代替原生的选择器,或者需要一个更优雅的多选器时。支持关键词查询 ::: ::: title 基础使用 @@ -40,10 +40,10 @@ export default { ::: demo