Browse Source

菜单图标可输入

Hwf 11 months ago
parent
commit
e4ae4d11f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/IconSelect/index.vue

+ 1 - 1
src/components/IconSelect/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="relative" :style="{ 'width': width }">
-    <el-input v-model="modelValue" readonly placeholder="点击选择图标" @click="visible = !visible">
+    <el-input v-model="modelValue" placeholder="点击选择图标" @click="visible = !visible">
       <template #prepend>
         <svg-icon :icon-class="modelValue" />
       </template>