Update app.js

This commit is contained in:
Aleksandr Statciuk 2022-02-17 04:41:57 +03:00
parent 68dee99ef2
commit 98495b1e7a

4
app.js
View file

@ -15,10 +15,10 @@ const ChannelItem = {
<p v-text="channel.name"></p> <p v-text="channel.name"></p>
</td> </td>
<td class="is-vcentered" nowrap> <td class="is-vcentered" nowrap>
<code v-text="channel.id"></code> <code v-text="channel.id" style="user-select: all;"></code>
</td> </td>
<td class="is-vcentered"> <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> </td>
</tr> </tr>
` `