mo 2 năm trước cách đây
mục cha
commit
4a3a703a85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/o-sticky/index.tsx

+ 1 - 0
src/components/o-sticky/index.tsx

@@ -31,6 +31,7 @@ export default defineComponent({
     }
     const { height } = useRect((this as any).$refs.div)
     this.sectionStyle.height = `${height}px`
+    console.log('useRect', height)
   },
   render() {
     return (