通用组件-确认框
This commit is contained in:
@@ -17,6 +17,7 @@ export class Data<T> {
|
||||
color?: string,
|
||||
order?: number,
|
||||
fontSize?: string,
|
||||
needConfirm?: boolean,
|
||||
click: (data: T) => void,
|
||||
hover?: (data: T) => void | null;
|
||||
}[] = []
|
||||
|
||||
Reference in New Issue
Block a user