mirror of
https://github.com/youzan/vant.git
synced 2026-04-30 01:00:49 +08:00
[Improvement] eslint: use vue-libs (#1237)
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
export default {
|
||||
methods: {
|
||||
onClickLeft() {
|
||||
Toast(this.$t('back'));
|
||||
this.$toast(this.$t('back'));
|
||||
},
|
||||
onClickRight() {
|
||||
Toast(this.$t('button'));
|
||||
this.$toast(this.$t('button'));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user