added v-show for filter side bar
This commit is contained in:
@@ -41,7 +41,7 @@ watch(
|
|||||||
</Transition>
|
</Transition>
|
||||||
<Transition name="fade-right">
|
<Transition name="fade-right">
|
||||||
<div
|
<div
|
||||||
v-if="isSideShow"
|
v-show="isSideShow"
|
||||||
id="side-content"
|
id="side-content"
|
||||||
class="hidden md:flex w-1/3 bg-white h-full rounded-e-[1.5rem] overflow-hidden absolute top-0 min-md:flex-col"
|
class="hidden md:flex w-1/3 bg-white h-full rounded-e-[1.5rem] overflow-hidden absolute top-0 min-md:flex-col"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user