mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
remove redundant code
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
<v-list rounded density="comfortable" class="pa-0">
|
<v-list rounded density="comfortable" class="pa-0">
|
||||||
<template :key="transactionTag.id"
|
<template :key="transactionTag.id"
|
||||||
v-for="transactionTag in allVisibleTags">
|
v-for="transactionTag in allVisibleTags">
|
||||||
<v-list-item v-if="showHidden || !transactionTag.hidden">
|
<v-list-item>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<v-badge class="right-bottom-icon" color="secondary"
|
<v-badge class="right-bottom-icon" color="secondary"
|
||||||
location="bottom right" offset-x="2" offset-y="2" :icon="mdiEyeOffOutline"
|
location="bottom right" offset-x="2" offset-y="2" :icon="mdiEyeOffOutline"
|
||||||
|
|||||||
Reference in New Issue
Block a user