[new feature] Notify: add className prop (#2681)
This commit is contained in:
@@ -5,8 +5,8 @@ const [sfc, bem] = use('overlay');
|
||||
export default sfc({
|
||||
props: {
|
||||
zIndex: Number,
|
||||
className: null,
|
||||
visible: Boolean,
|
||||
className: String,
|
||||
customStyle: Object
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user