<template>
<tiny-search mini></tiny-search>
</template>
<script setup lang="jsx">
import { Search as TinySearch } from '@opentiny/vue'
</script>