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
+ }}