mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
feat(Toast): add @toast-loading-icon-color var (#4782)
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user