mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[new feature] Notify: add className prop (#2681)
This commit is contained in:
@@ -8,10 +8,10 @@ export default sfc({
|
||||
mixins: [Popup],
|
||||
|
||||
props: {
|
||||
className: null,
|
||||
title: String,
|
||||
message: String,
|
||||
callback: Function,
|
||||
className: [String, Object, Array],
|
||||
beforeClose: Function,
|
||||
messageAlign: String,
|
||||
confirmButtonText: String,
|
||||
|
Reference in New Issue
Block a user