refactor: modified components to suit the changes in the table component
This commit is contained in:
@@ -63,7 +63,5 @@ const emit = defineEmits<{
|
||||
(event: "onRowClicked", item: Item): void
|
||||
}>()
|
||||
|
||||
const onRowClicked = (item: Item) => {
|
||||
emit("onRowClicked", item)
|
||||
}
|
||||
const onRowClicked = (item: Item) => emit("onRowClicked", item)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user