mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(Sticky): Element not exist during SSR (#8407)
* fix(Sticky): Element not exist during SSR * chore: upd
This commit is contained in:
parent
507adef9b2
commit
2cad166226
@ -30,7 +30,7 @@ export default defineComponent({
|
||||
|
||||
props: {
|
||||
zIndex: [Number, String],
|
||||
container: Element,
|
||||
container: Object as PropType<Element>,
|
||||
offsetTop: {
|
||||
type: [Number, String],
|
||||
default: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user