We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8a100 commit 079da63Copy full SHA for 079da63
src/components/Detail.vue
@@ -55,7 +55,7 @@
55
class="desc" v-show="info.des">{{info.des}}
56
</div>
57
<div class="m3u8">
58
- <div class="box">
+ <div class="box" v-if="videoFullList.length > 1">
59
<span v-bind:class="{ selected: i.flag === videoFlag }" v-for="(i, j) in videoFullList" :key="j" @click="updateVideoList(i)">{{i.flag}}</span>
60
61
<div class="box">
0 commit comments