mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
[improvement] update eslint config (#2288)
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
||||
},
|
||||
|
||||
onEdit(item, index) {
|
||||
this.$toast(this.$t('edit') + ':' + index);
|
||||
this.$toast(`${this.$t('edit')}:${index}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user