useAbs

useAbs

リアクティブな Math.abs

使用法

import { useAbs } from '@vueuse/math'

const value = ref(-23)
const absValue = useAbs(value) // Ref<23>