diff --git a/src/cpns/ClipItemList.vue b/src/cpns/ClipItemList.vue index 36bd0f2..46f29c9 100644 --- a/src/cpns/ClipItemList.vue +++ b/src/cpns/ClipItemList.vue @@ -13,28 +13,32 @@
{{ index + 1 }}
-
- 📃 -
@@ -60,9 +64,7 @@ const handleItemClick = (ev, item) => { window.copy(item) } } -const onDataChange = (item) => { - emit('onDataChange', item) -} +const handleDataClick = (item) => emit('onDataChange', item)