Skip to content

get

类别
导出大小
117 B
最近修改
2 days ago

访问 ref.value 的速记方式

🌐 Shorthand for accessing ref.value

用法

🌐 Usage

ts
import { 
get
} from '@vueuse/core'
const
a
=
ref
(42)
console
.
log
(
get
(
a
)) // 42