mirror of
https://github.com/axllent/mailpit.git
synced 2025-06-08 23:46:21 +02:00
Use consistent @click syntax
This commit is contained in:
parent
324a0ac037
commit
e4da814ece
@ -100,7 +100,7 @@ export default {
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group mt-1 mb-2">
|
<div class="list-group mt-1 mb-2">
|
||||||
<RouterLink v-for="tag in mailbox.tags" :to="toTagUrl(tag)" @click.exact="hideNav"
|
<RouterLink v-for="tag in mailbox.tags" :to="toTagUrl(tag)" @click.exact="hideNav"
|
||||||
v-on:click="pagination.start = 0" @click.meta="toggleTag($event, tag)" @click.ctrl="toggleTag($event, tag)"
|
@click="pagination.start = 0" @click.meta="toggleTag($event, tag)" @click.ctrl="toggleTag($event, tag)"
|
||||||
:style="mailbox.showTagColors ? { borderLeftColor: colorHash(tag), borderLeftWidth: '4px' } : ''"
|
:style="mailbox.showTagColors ? { borderLeftColor: colorHash(tag), borderLeftWidth: '4px' } : ''"
|
||||||
class="list-group-item list-group-item-action small px-2" :class="inSearch(tag) ? 'active' : ''">
|
class="list-group-item list-group-item-action small px-2" :class="inSearch(tag) ? 'active' : ''">
|
||||||
<i class="bi bi-tag-fill" v-if="inSearch(tag)"></i>
|
<i class="bi bi-tag-fill" v-if="inSearch(tag)"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user