[new feature] Notify: add className prop (#2681)

This commit is contained in:
neverland
2019-02-04 10:13:00 +08:00
committed by GitHub
parent ca4e476ddd
commit 3578defd11
10 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -19,11 +19,11 @@ export default sfc({
props: {
images: Array,
className: null,
lazyLoad: Boolean,
asyncClose: Boolean,
startPosition: Number,
showIndicators: Boolean,
className: [String, Object, Array],
loop: {
type: Boolean,
default: true