[new feature] Toast: add iconPrefix option (#3872)

This commit is contained in:
neverland
2019-07-17 10:34:02 +08:00
committed by GitHub
parent e653484f39
commit 1c09a44751
6 changed files with 24 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ const defaultOptions = {
onClose: null,
onOpened: null,
duration: 3000,
iconPrefix: undefined,
position: 'middle',
forbidClick: false,
loadingType: undefined,