feat:小屏搜索结果列表模式增加过滤按钮

This commit is contained in:
jxxghp
2025-02-05 17:40:57 +08:00
parent 9164a1aefc
commit e9264fa472
15 changed files with 202 additions and 312 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts" setup>
defineProps<{ title: string }>()
</script>
<template>
<VListSubheader>{{ title }}</VListSubheader>
<VListItem><slot /></VListItem>
</template>