mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-04 11:03:15 +08:00
chore: add docs
This commit is contained in:
13
components/button/demos/basic.vue
Normal file
13
components/button/demos/basic.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<docs>
|
||||
---
|
||||
title: Basic
|
||||
---
|
||||
|
||||
这是基础按钮
|
||||
</docs>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
Reference in New Issue
Block a user