Skip to content

Commit 5483ea6

Browse files
fix: 🐛 修复Sticky组件获取节点错误的问题
1 parent b186ac0 commit 5483ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uni_modules/wot-design-uni/components/wd-sticky-box/wd-sticky-box.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<view style="position: relative">
3-
<view :class="`wd-sticky-box ${props.customClass}`" :style="customStyle" id="styckyBoxId">
3+
<view :class="`wd-sticky-box ${props.customClass}`" :style="customStyle" :id="styckyBoxId">
44
<wd-resize @resize="resizeHandler">
55
<slot />
66
</wd-resize>

0 commit comments

Comments
 (0)