mo hace 2 años
padre
commit
4a3a703a85
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 (