mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[Improvement] eslint: use vue-libs (#1237)
This commit is contained in:
@@ -73,10 +73,10 @@ export default {
|
||||
|
||||
methods: {
|
||||
onClickButton() {
|
||||
Toast(this.$t('clickButton'));
|
||||
this.$toast(this.$t('clickButton'));
|
||||
},
|
||||
onClickLink() {
|
||||
Toast(this.$t('clickLink'));
|
||||
this.$toast(this.$t('clickLink'));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user