get

get

ref.value にアクセスするための省略形

使用法

import { get } from '@vueuse/core'

const a = ref(42)

console.log(get(a)) // 42