UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

11 lines (8 loc) 210 B
import { d as useWindowSize } from '../../chunk/eQT9aAiW.mjs'; const index = () => { const { width } = useWindowSize(); return { isSmallScreen: width.value <= 768 }; }; export { index as default };