mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-10 17:10:06 -04:00
Update app.js
This commit is contained in:
parent
68dee99ef2
commit
98495b1e7a
1 changed files with 2 additions and 2 deletions
4
app.js
4
app.js
|
@ -15,10 +15,10 @@ const ChannelItem = {
|
|||
<p v-text="channel.name"></p>
|
||||
</td>
|
||||
<td class="is-vcentered" nowrap>
|
||||
<code v-text="channel.id"></code>
|
||||
<code v-text="channel.id" style="user-select: all;"></code>
|
||||
</td>
|
||||
<td class="is-vcentered">
|
||||
<p v-for="guide in channel.guides"><code style="white-space: nowrap" v-text="guide.url"></code></p>
|
||||
<p v-for="guide in channel.guides"><code style="white-space: nowrap; user-select: all;" v-text="guide.url"></code></p>
|
||||
</td>
|
||||
</tr>
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue