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