mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-03-13 14:14:33 +08:00
22 lines
228 B
Vue
22 lines
228 B
Vue
<docs lang="zh-CN">
|
|
---
|
|
title: 基本用法
|
|
---
|
|
|
|
这是基础按钮
|
|
</docs>
|
|
|
|
<docs lang="en-US">
|
|
---
|
|
title: Basic Button
|
|
---
|
|
|
|
Basic Usage Test
|
|
</docs>
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<div>Test</div>
|
|
</template>
|