From 9b0b7baa1d15eacc47ceb48b52a502e9ebe05319 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 18 Apr 2022 09:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=86=85=E5=AE=B9=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=9C=A8=E4=B8=80=E8=A1=8C=E4=B9=8B=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quickcommandUI/SelectList.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/quickcommandUI/SelectList.vue b/src/components/quickcommandUI/SelectList.vue index a99e936..92fb9fd 100644 --- a/src/components/quickcommandUI/SelectList.vue +++ b/src/components/quickcommandUI/SelectList.vue @@ -30,7 +30,9 @@ height: itemHeight + 'px', }" > - {{ item }} + + {{ item }} + - {{ item.title }} - {{ item.description }} + {{ item.title }} + {{ + item.description + }}