Skip to content

Commit

Permalink
fix: 🐛 修复Sticky组件获取节点错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonofweisheng committed May 12, 2024
1 parent b186ac0 commit 5483ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<view style="position: relative">
<view :class="`wd-sticky-box ${props.customClass}`" :style="customStyle" id="styckyBoxId">
<view :class="`wd-sticky-box ${props.customClass}`" :style="customStyle" :id="styckyBoxId">
<wd-resize @resize="resizeHandler">
<slot />
</wd-resize>
Expand Down

0 comments on commit 5483ea6

Please sign in to comment.