Back to Vueuse

useAbs

packages/math/useAbs/index.md

14.3.0155 B
Original Source

useAbs

Reactive Math.abs.

Usage

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

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