...">
美文网首页
slot---vue

slot---vue

作者: newTmorrow | 来源:发表于2021-03-17 10:21 被阅读0次

<!-- 放在所有组件的最后面 -->

<div class="tool-item" v-if="$slots.end">

    <slot name="end">

</div>

  :showList="['cityOrPlateShow']"

>

  <template v-slot:end>

    <div class="slot-end-content">

        @change="supportCheckChanged"

        :isShowAll="isShowAllSupport"

        :supportList="supportList"

        @update:is-show-all="changeIsShowAll"

      />

      <div class="issupport-name">

          label="显示配套名称"

          v-model="isShowSupportName"

          active-color="#007CC8"

          no-color-link

          :size="14"

          @change="showSupportNameHandle"

        />

</ToolBar>

相关文章

网友评论

      本文标题:slot---vue

      本文链接:https://www.haomeiwen.com/subject/ynuscltx.html