mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-05-12 02:54:33 +08:00
17 lines
182 B
Vue
17 lines
182 B
Vue
<docs>
|
|
---
|
|
title: 基础按钮
|
|
---
|
|
|
|
这是一个Button的基础按钮
|
|
|
|
</docs>
|
|
|
|
<script lang="ts" setup></script>
|
|
|
|
<template>
|
|
<div>按钮</div>
|
|
</template>
|
|
|
|
<style scoped></style>
|