feat: add basic

This commit is contained in:
2023-03-06 07:28:23 +08:00
parent 9603871a40
commit 770471fc3d
2 changed files with 39 additions and 2 deletions

View File

@ -7,10 +7,14 @@ title: 基础按钮
</docs>
<script lang="ts" setup></script>
<script lang="ts" setup>
import Button from '../../../components/button'
</script>
<template>
<div>按钮</div>
<div>
<Button />
</div>
</template>
<style scoped></style>