search switch display block

This commit is contained in:
les
2020-01-29 20:09:30 +01:00
parent 5c19bb227a
commit cc9785290c

View File

@@ -1,11 +1,11 @@
<template lang="pug">
el-main
el-switch.mt-1.mb-2.ml-2(
el-switch.mt-1.mb-2.ml-2.d-block(
v-if='recurrentFilter && settings.allow_recurrent_event'
:active-text="$t('event.show_recurrent')"
v-model='showRecurrent')
el-switch.mt-1.mb-2.ml-2(
el-switch.mt-1.mb-2.ml-2.d-block(
v-if='pastFilter'
:active-text="$t('event.show_past')"
v-model='showPast')