feat: add wave effect

This commit is contained in:
2023-03-18 21:16:41 +08:00
parent 69388270af
commit 9243370f1c
3 changed files with 84 additions and 7 deletions

View File

@ -12,6 +12,7 @@ title: 基础按钮
<template>
<div>
<a-button>这是按钮</a-button>
<div style="height: 10px"></div>
</div>
</template>