ant-design-vue/components/typography/demo/title.vue

24 lines
550 B
Vue

<docs>
---
order: 1
title:
zh-CN: ๆ ‡้ข˜็ป„ไปถ
en-US: Title Component
---
## zh-CN
ๅฑ•็คบไธๅŒ็บงๅˆซ็š„ๆ ‡้ข˜ใ€‚
## en-US
Display title in different level.
</docs>
<template>
<a-typography-title>h1. Ant Design Vue</a-typography-title>
<a-typography-title :level="2">h2. Ant Design Vue</a-typography-title>
<a-typography-title :level="3">h3. Ant Design Vue</a-typography-title>
<a-typography-title :level="4">h4. Ant Design Vue</a-typography-title>
<a-typography-title :level="5">h5. Ant Design Vue</a-typography-title>
</template>