mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-02 01:53:15 +08:00
feat: add basic
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user