useToggle

基本用法

API

类型定义

返回值

参数说明类型
state状态值Ref<boolean>
toggle切换状态值的函数(newValue?: boolean) => void