mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use songitem component on search page track items
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<template>
|
||||
<div class="search-view">
|
||||
<div class="scrollable">
|
||||
<Main />
|
||||
<Main :isOnSearchPage="true" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SearchInput from "@/components/RightSideBar/SearchInput.vue";
|
||||
import Main from "@/components/RightSideBar/Search/Main.vue";
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user