Back to Vueuse

useRound

packages/math/useRound/index.md

14.3.0158 B
Original Source

useRound

Reactive Math.round.

Usage

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

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