2023-02-26 08:20:18 +08:00
|
|
|
<docs>
|
|
|
|
---
|
|
|
|
title: 基础按钮
|
|
|
|
---
|
|
|
|
|
|
|
|
这是一个Button的基础按钮
|
|
|
|
|
|
|
|
</docs>
|
|
|
|
|
2023-03-06 07:29:33 +08:00
|
|
|
<script lang="ts" setup></script>
|
2023-02-26 08:20:18 +08:00
|
|
|
|
|
|
|
<template>
|
2023-03-06 07:29:33 +08:00
|
|
|
<div></div>
|
2023-02-26 08:20:18 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<style scoped></style>
|