useRound
Reactive Math.round
.
Usage
import { useRound } from '@vueuse/math'
const value = ref(20.49)
const result = useRound(value) // 20
Reactive Math.round
.
import { useRound } from '@vueuse/math'
const value = ref(20.49)
const result = useRound(value) // 20