mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
完善选项列表切换不同类型时的选项处理逻辑
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
</q-btn-dropdown>
|
||||
</template>
|
||||
<template v-slot:prepend>
|
||||
<q-icon :name="icon || 'code'" />
|
||||
<q-icon v-if="!noIcon" :name="icon || 'code'" />
|
||||
</template>
|
||||
</q-input>
|
||||
</template>
|
||||
@@ -187,6 +187,7 @@ export default defineComponent({
|
||||
},
|
||||
label: String,
|
||||
icon: String,
|
||||
noIcon: Boolean,
|
||||
options: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
|
||||
Reference in New Issue
Block a user