WIP Разделила календари
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
.flex.gap-x-14(:class="bodyClass")
|
||||
.flex.gap-x-2.items-center(
|
||||
v-for="contact in contacts",
|
||||
:key="contact.value",
|
||||
:key="contact?.value",
|
||||
)
|
||||
q-icon.network-icon(:name="contact.icon", size="16px")
|
||||
.text-xxs.cursor-default {{ contact.value }}
|
||||
q-icon.network-icon(:name="contact?.icon", size="16px")
|
||||
.text-xxs.cursor-default {{ contact?.value }}
|
||||
.h-6.w-6.color-black.background-dark-grey.text-xxs.rounded.flex.items-center.justify-center.cursor-default(
|
||||
v-if="collapsedDisplayCondition"
|
||||
v-if="collapsedDisplayCondition && contact"
|
||||
) +1
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user