[new feature] Notify: add className prop (#2681)
This commit is contained in:
@@ -10,7 +10,7 @@ export default sfc({
|
||||
mixins: [Popup],
|
||||
|
||||
props: {
|
||||
className: String,
|
||||
className: null,
|
||||
forbidClick: Boolean,
|
||||
message: [String, Number],
|
||||
type: {
|
||||
|
||||
Reference in New Issue
Block a user