[bugfix] Swipe: lazy-image not appeared (#2708)

This commit is contained in:
neverland
2019-02-09 10:46:37 +08:00
committed by GitHub
parent e64b908a32
commit 88b8fc6e21
2 changed files with 7 additions and 5 deletions

View File

@@ -8,9 +8,9 @@ export default sfc({
mixins: [Popup],
props: {
className: null,
title: String,
message: String,
className: null,
callback: Function,
beforeClose: Function,
messageAlign: String,