tiny-vue/examples/sites/demos/mobile-first/app/alert/center.vue

14 lines
201 B
Vue

<template>
<tiny-alert center description="文字居中"></tiny-alert>
</template>
<script>
import { TinyAlert } from '@opentiny/vue'
export default {
components: {
TinyAlert
}
}
</script>