vue props type为string 的default的值不能用this
```html props:{ successText: { type: String, default: null } }, mounted () { this.successText = this.$t("login.moveSlider") },
```