From ded24362253fd318b9c8f65ea024687ec318adac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E9=A3=8E?= <18012261618@126.com> Date: Wed, 20 Mar 2024 14:12:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=8F=92=E6=A7=BD=E7=9A=84=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pickerson/PickerColumn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pickerson/PickerColumn.js b/src/pickerson/PickerColumn.js index de3ea8d4d..9701e1392 100644 --- a/src/pickerson/PickerColumn.js +++ b/src/pickerson/PickerColumn.js @@ -309,7 +309,7 @@ export default createComponent({ return (
  • - {this.slots('option', option) || + {this.slots('option', { ...option, item: option }) || (isInDesigner ? :
    )}
  • );