Explorar o código

feat(游戏选择下拉框): 游戏选择下拉框启用原来组件,使用原生组件,更新逻辑(未完成)

fxs hai 1 semana
pai
achega
20f7f5bbbc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/components/dataAnalysis/DropDownSelection.vue

+ 3 - 0
src/components/dataAnalysis/DropDownSelection.vue

@@ -39,6 +39,9 @@ onMounted(() => {
       filterable
       v-bind="$attrs"
     >
+      <template #header v-if="$slots.header">
+        <slot name="header"></slot>
+      </template>
       <el-option
         v-for="item in optionsList"
         :key="item.value"