useRound

Reactive Math.round.

Usage

import { useRound } from '@vueuse/math'

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