redesign sidebar search load more buttons to match search page

This commit is contained in:
geoffrey45
2023-01-10 18:27:59 +03:00
committed by Mungai Njoroge
parent 532d0efabe
commit bd38c0e7a2
7 changed files with 43 additions and 23 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
<template>
<div style="height: 100%">
<component :is="getComponent()?.component" v-bind="getComponent()?.props" />
</div>
<component :is="getComponent()?.component" v-bind="getComponent()?.props" />
</template>
<script setup lang="ts">