通用组件-确认框

This commit is contained in:
禾几海
2020-07-01 17:58:26 +08:00
parent 1d46241a06
commit 9dca081c7a
4 changed files with 16 additions and 7 deletions

View File

@@ -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;
}[] = []