[Improvement] eslint: use vue-libs (#1237)
This commit is contained in:
@@ -109,7 +109,7 @@ export default {
|
||||
this.chosenCoupon = index;
|
||||
},
|
||||
onExchange(code) {
|
||||
Toast(this.$t('exchange'));
|
||||
this.$toast(this.$t('exchange'));
|
||||
this.exchangedCoupons.push({
|
||||
...this.coupon,
|
||||
id: this.randomId()
|
||||
|
||||
Reference in New Issue
Block a user