mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix scrolling issue in sidebar search components
This commit is contained in:
committed by
Mungai Njoroge
parent
6095c9fa8f
commit
532d0efabe
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<component :is="getComponent()?.component" v-bind="getComponent()?.props" />
|
||||
<div style="height: 100%">
|
||||
<component :is="getComponent()?.component" v-bind="getComponent()?.props" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user