feat:聚合搜索(working...)

This commit is contained in:
jxxghp
2024-06-02 11:13:03 +08:00
parent c6702fbc18
commit a2d28ad360
5 changed files with 131 additions and 110 deletions

View File

@@ -14,7 +14,10 @@ function onClick() {
</script>
<template>
<IconBtn :class="props.innerClass ? props.innerClass : 'absolute right-3 top-3'" @click.stop="onClick">
<IconBtn
:class="props.innerClass ? props.innerClass : 'absolute right-3 top-3'"
@click.stop="onClick"
>
<VIcon icon="mdi-close" />
</IconBtn>
</template>