onMounted(() => {
const instance = getCurrentInstance();
const query = uni.createSelectorQuery().in(instance);
query
.select('#hw')
.boundingClientRect((res) => {
console.log(res);
})
.exec();
});
YZL_zyzl
- 发布:2024-04-12 11:03
- 更新:2024-04-12 11:04
- 阅读:268
1 个回复
YZL_zyzl (作者)
根据文档写完了,然后读到 nvue不支持,支持不支持写在最上面不行吗