mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore(FloatingPanel): reuse windowHeight (#12033)
This commit is contained in:
parent
99dd982aee
commit
7b31f0877f
@ -14,16 +14,15 @@ import {
|
|||||||
makeArrayProp,
|
makeArrayProp,
|
||||||
makeNumericProp,
|
makeNumericProp,
|
||||||
truthProp,
|
truthProp,
|
||||||
|
windowHeight,
|
||||||
} from '../utils';
|
} from '../utils';
|
||||||
|
|
||||||
// Composables
|
// Composables
|
||||||
import { useWindowSize, useEventListener } from '@vant/use';
|
import { useEventListener } from '@vant/use';
|
||||||
import { useLockScroll } from '../composables/use-lock-scroll';
|
import { useLockScroll } from '../composables/use-lock-scroll';
|
||||||
import { useTouch } from '../composables/use-touch';
|
import { useTouch } from '../composables/use-touch';
|
||||||
import { useSyncPropRef } from '../composables/use-sync-prop-ref';
|
import { useSyncPropRef } from '../composables/use-sync-prop-ref';
|
||||||
|
|
||||||
const { height: windowHeight } = useWindowSize();
|
|
||||||
|
|
||||||
export const floatingPanelProps = {
|
export const floatingPanelProps = {
|
||||||
height: makeNumericProp(0),
|
height: makeNumericProp(0),
|
||||||
anchors: makeArrayProp<number>(),
|
anchors: makeArrayProp<number>(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user