<template>
<tiny-layout class="tiny-font">
<h1>用户体验</h1>
<h5>微软雅黑</h5>
</tiny-layout>
</template>
<script setup lang="jsx">
import { Layout as TinyLayout } from '@opentiny/vue'
</script>