UNPKG

@opentiny/tiny-toolkit-docs

Version:

这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点

17 lines (10 loc) 184 B
--- title: Button 按钮 --- # Button 按钮 <div> 按钮组件一般用于触发一些操作。 ```typescript import { Button } from '@opentiny/vue'; ``` </div>