vc-entity的click事件,只有地图缩到很小才可以点击生效 #678
Closed
deronendless
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<vc-entity @click="handleClick">
const handleClick = (e: any) => {
console.log('handleClick', e)
}
Beta Was this translation helpful? Give feedback.
All reactions