useRound

useRound

リアクティブな Math.round

使用法

import { useRound } from '@vueuse/math'

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