mirror of
https://github.com/youzan/vant.git
synced 2026-04-17 02:06:57 +08:00
[improvement] PullRerefresh: use dynamic slot (#2409)
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
export default {
|
||||
i18n: {
|
||||
'zh-CN': {
|
||||
loading: '加载中',
|
||||
title1: '文字提示',
|
||||
title2: '加载提示',
|
||||
title3: '成功/失败提示',
|
||||
@@ -54,7 +53,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
showLoadingToast() {
|
||||
this.$toast.loading({ mask: true, message: this.$t('loading') + '...' });
|
||||
this.$toast.loading({ mask: true, message: this.$t('loading') });
|
||||
},
|
||||
|
||||
showSuccessToast() {
|
||||
|
||||
Reference in New Issue
Block a user