docs: fix useRect param (#9370)

This commit is contained in:
neverland 2021-09-01 15:53:28 +08:00 committed by GitHub
parent ecdecd3013
commit d3316ab4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import { useRect } from '@vant/use';
export default {
setup() {
const root = ref();
const rect = useRect();
const rect = useRect(root);
console.log(rect); // -> 元素的大小及其相对于视口的位置