search switch display block
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
el-main
|
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'
|
v-if='recurrentFilter && settings.allow_recurrent_event'
|
||||||
:active-text="$t('event.show_recurrent')"
|
:active-text="$t('event.show_recurrent')"
|
||||||
v-model='showRecurrent')
|
v-model='showRecurrent')
|
||||||
|
|
||||||
el-switch.mt-1.mb-2.ml-2(
|
el-switch.mt-1.mb-2.ml-2.d-block(
|
||||||
v-if='pastFilter'
|
v-if='pastFilter'
|
||||||
:active-text="$t('event.show_past')"
|
:active-text="$t('event.show_past')"
|
||||||
v-model='showPast')
|
v-model='showPast')
|
||||||
|
|||||||
Reference in New Issue
Block a user