/*! For license information please see 182.f31cece5.js.LICENSE.txt */ (self.webpackChunk=self.webpackChunk||[]).push([["182"],{16197:function(n,t,e){"use strict";e.r(t);var a=e("80681");let s=["innerHTML"];t.default={setup:()=>({html:""}),render:()=>((0,a.wg)(),(0,a.iD)("div",{class:"van-doc-markdown-body",innerHTML:'
Vant provide some built-in composition APIs, you can directly use these APIs for development.
\nAlthough @vant/use
is already included in Vant\'s dependencies, it is still recommended to install this package explicitly:
# with npm\nnpm i @vant/use\n\n# with yarn\nyarn add @vant/use\n\n# with pnpm\npnpm add @vant/use\n\n# with Bun\nbun add @vant/use\n
\nimport { useWindowSize } from '@vant/use';\n\nconst { width, height } = useWindowSize();\n\nconsole.log(width.value); // -> window width\nconsole.log(height.value); // -> window height\n
\nName | \nDescription | \n
---|---|
useClickAway | \nTriggers a callback when user clicks outside of the target element | \n
useCountDown | \nUsed to manage the countdown | \n
useCustomFieldValue | \nUsed to custom Field value | \n
useEventListener | \nUsed to attach event | \n
usePageVisibility | \nGet the visible state of the page | \n
useRect | \nGet the size of an element and its position relative to the viewport | \n
useRelation | \nEstablish the association relationship between parent and child components | \n
useScrollParent | \nGet the closest parent element that is scrollable | \n
useToggle | \nUsed to switch between true and false | \n
useWindowSize | \nGet the viewport width and height of the browser window | \n
useRaf | \nUsed to manage the requestAnimationFrame | \n