[new feature] Notify: add onClick event

This commit is contained in:
陈嘉涵
2019-05-01 09:17:59 +08:00
parent 848786dd6e
commit 210122d518
8 changed files with 34 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ export type NotifyOptions = {
duration?: number;
className?: any;
background?: string;
onClick?: ((event: Event) => void) | null;
}
export interface VanNotify extends Vue {