Skip to content

useRound ​

Category
Export Size
115 B
Package
@vueuse/math
Last Changed
5 months ago

Reactive Math.round.

Usage ​

ts
import { useRound } from '@vueuse/math'

const value = ref(20.49)
const result = useRound(value) // 20
import { useRound } from '@vueuse/math'

const value = ref(20.49)
const result = useRound(value) // 20

Source ​

Source • Docs

Contributors ​

Anthony Fu
webfansplz

Changelog ​

v10.0.0-beta.4 on 4/13/2023
4d757 - feat(types)!: rename MaybeComputedRef to MaybeRefOrGetter
0a72b - feat(toValue): rename resolveUnref to toValue
v8.9.2 on 7/12/2022
62a60 - feat: new function (#1820)

Released under the MIT License.