tiny-vue/examples/sites/demos/pc/app/font/chinese-font-set-compositio...

11 lines
216 B
Vue

<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>