简体中文
主题
优雅使用媒体查询的 Hook。
const value = useMedia(['(min-width: 320px)'], [true], false)
string[]
boolean[]
boolean
Readonly<Ref<boolean>>
源码 · 文档 · 示例