This commit is contained in:
nroyliu
2023-08-08 10:05:17 +08:00
parent 96b0366738
commit 5f6f1476d8
2 changed files with 1 additions and 2 deletions

View File

@@ -202,7 +202,7 @@
}
},
methods: {
// 处理swiperActionItem点击事件
// 处理 swiperActionItem 点击事件
onSwiperItemClick(e) {
if (e.type === 'button') {
this.$tn.message.toast(`点击了第${e.index}个按钮`)

View File

@@ -85,7 +85,6 @@
},
methods: {
}
}
</script>