[improvement] PullRerefresh: use dynamic slot (#2409)

This commit is contained in:
neverland
2018-12-30 21:42:51 +08:00
committed by GitHub
parent d0fa4152dc
commit 4572681eed
17 changed files with 34 additions and 67 deletions

View File

@@ -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() {