Skip to content

get

Category
Export Size
117 B
Last Changed
2 months ago

Shorthand for accessing ref.value

Usage

ts
import { get } from '@vueuse/core'

const a = ref(42)

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

Type Declarations

typescript
/**
 * Shorthand for accessing `ref.value`
 */
export declare function get<T>(ref: MaybeRef<T>): T
export declare function get<T, K extends keyof T>(
  ref: MaybeRef<T>,
  key: K,
): T[K]

Source

SourceDocs

Contributors

Anthony Fu
Anthony Fu
Robin

Changelog

v13.1.0 on
c1d6e - feat(shared): ensure return types exists (#4659)
v12.0.0-beta.1 on
0a9ed - feat!: drop Vue 2 support, optimize bundles and clean up (#4349)

Released under the MIT License.

2 days of talks + 1 day of live coding.
50+ speakers. All major frameworks!
Join for Free ➜