mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-04 02:53:14 +08:00
feat: add site demo
This commit is contained in:
16
site/demos/button/basic.vue
Normal file
16
site/demos/button/basic.vue
Normal file
@ -0,0 +1,16 @@
|
||||
<docs>
|
||||
---
|
||||
title: 基础按钮
|
||||
---
|
||||
|
||||
这是一个Button的基础按钮
|
||||
|
||||
</docs>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<div>按钮</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user