指南
链接
核心
插件
主题
逐点反应式元素。
¥Reactive element by point.
源代码playground (beta)
¥Usage
import { useElementByPoint, useMouse } from '@vueuse/core' const { x, y } = useMouse({ type: 'client' }) const { element } = useElementByPoint({ x, y })