feat: 替换vextable中button组件 (#2625)
This commit is contained in:
parent
e938e8e9a8
commit
1095d44110
|
|
@ -15,9 +15,9 @@ import {
|
|||
TimePicker,
|
||||
TreeSelect,
|
||||
Rate,
|
||||
Button,
|
||||
Empty,
|
||||
} from 'ant-design-vue';
|
||||
import { Button } from '/@/components/Button';
|
||||
|
||||
const componentMap = new Map<ComponentType, Component>();
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
name: 'AButton',
|
||||
props: {
|
||||
type: 'primary',
|
||||
preIcon: 'mdi:page-next-outline',
|
||||
},
|
||||
events: {
|
||||
click: () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue