feat: add delete button

This commit is contained in:
2023-03-06 07:29:33 +08:00
parent 770471fc3d
commit 8222f10259
3 changed files with 2 additions and 69 deletions

View File

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