WhiteTea

Results 5 comments of WhiteTea

![IMG_0483](https://user-images.githubusercontent.com/34274229/75944286-3bf0c780-5ed2-11ea-93c4-5028f09229cc.PNG) ![IMG_0481](https://user-images.githubusercontent.com/34274229/75944308-4b701080-5ed2-11ea-9c78-b268c40a49ec.PNG)

我在core里看到onFormValuesChange 但是在vue3中报错

![WeChat68629e6966fa3ec18e816f26eb73329c](https://github.com/3lang3/react-vant/assets/34274229/ba759801-bb90-40d3-8d84-6a7c9668ebce)

> 在我们的业务场景中,有很多的曝光埋点,比如首页商品流的曝光,需要我们`IntersectionObserver`监听使用`.product-item`元素,在观察回调中,只能获取到元素的属性,所以把曝光的商品id、等各种信息放到了`data-*`,属性,现在就不行了😭 我是通过IntersectionObserver做懒加载 data-xx也拿不到值 太难了