feat(Toast): add @toast-loading-icon-color var (#4782)

This commit is contained in:
neverland
2019-10-19 16:20:05 +08:00
committed by GitHub
parent 1e21ce3cc0
commit 878b330431
7 changed files with 12 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ export default {
methods: {
showLoadingToast() {
this.$toast.loading({ mask: true, message: this.$t('loading') });
this.$toast.loading({ forbidClick: true, message: this.$t('loading') });
},
showSuccessToast() {