feat(core,handle): expose handler functions
This commit is contained in:
@@ -156,6 +156,11 @@ function onClick(event: MouseEvent) {
|
||||
handleClick(event)
|
||||
}
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
handleClick,
|
||||
handlePointerDown,
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user