[WIP] Исправил стили сайдбара на странице календаря

This commit is contained in:
megavrilinvv
2023-07-14 18:23:34 +03:00
parent 5fa7e3252d
commit 67e2c3f22c
5 changed files with 216 additions and 97 deletions

View File

@@ -26,9 +26,9 @@
hide-bottom-space,
)
template(v-slot:prepend, v-if="iconLeft")
slot
slot(name="iconLeft")
template(v-slot:append, v-if="iconRight")
slot
slot(name="iconRight")
slot(v-if="!iconLeft && !iconRight")
</template>