[new feature] Notify: add className prop (#2681)
This commit is contained in:
Vendored
+2
-1
@@ -5,8 +5,9 @@ type NotifyMessage = string | number;
|
||||
export type NotifyOptions = {
|
||||
message?: NotifyMessage;
|
||||
color?: string;
|
||||
background?: string;
|
||||
duration?: number;
|
||||
className?: any;
|
||||
background?: string;
|
||||
}
|
||||
|
||||
export interface VanNotify extends Vue {
|
||||
|
||||
Reference in New Issue
Block a user