<template>
<tiny-alert center description="文字居中"></tiny-alert>
</template>
<script setup>
import { Alert as TinyAlert } from '@opentiny/vue'
</script>