Skip to content
Discussion options

You must be logged in to vote

可以用div嵌套,搭配 display:contents 使用试试:

 <template name="Items2">
    <div style="display: contents">
      <x-if :value="$host.indexs.includes($index)">
        <span style="border: 1px solid">{{$data}}</span>
      </x-if>
    </div>
  </template>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cyb233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants