mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
fix(Sticky): Element not exist during SSR (#8407)
* fix(Sticky): Element not exist during SSR * chore: upd
This commit is contained in:
@@ -30,7 +30,7 @@ export default defineComponent({
|
||||
|
||||
props: {
|
||||
zIndex: [Number, String],
|
||||
container: Element,
|
||||
container: Object as PropType<Element>,
|
||||
offsetTop: {
|
||||
type: [Number, String],
|
||||
default: 0,
|
||||
|
Reference in New Issue
Block a user