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