mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-07 04:09:07 +08:00
feat: add button
This commit is contained in:
8
components/button/index.ts
Normal file
8
components/button/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import type { App } from 'vue'
|
||||
import Button from './button'
|
||||
|
||||
Button.install = function (app: App) {
|
||||
app.component(Button.name, Button)
|
||||
}
|
||||
|
||||
export default Button
|
Reference in New Issue
Block a user