Skip to content

useSum

Category
Export Size
190 B
Package
@vueuse/math
Last Changed
3 months ago

Get the sum of an array reactively

Usage

ts
import { 
useSum
} from '@vueuse/math'
const
array
=
ref
([1, 2, 3, 4])
const
sum
=
useSum
(
array
) // Ref<10>
ts
import { 
useSum
} from '@vueuse/math'
const
a
=
ref
(1)
const
b
=
ref
(3)
const
sum
=
useSum
(
a
,
b
, 2) // Ref<6>

Type Declarations

ts
export declare function 
useSum
(
array
:
MaybeRefOrGetter
<
MaybeRefOrGetter
<number>[]>,
):
ComputedRef
<number>
export declare function
useSum
(
...
args
:
MaybeRefOrGetter
<number>[]
):
ComputedRef
<number>

Source

SourceDocs

Contributors

Anthony Fu
Anthony Fu
SerKo
IlyaL
zz

Changelog

v13.6.0 on
d32f8 - refactor: add @__NO_SIDE_EFFECTS__ annotations to all pure functions (#4907)
v12.8.0 on
7432f - feat(types): deprecate MaybeRef and MaybeRefOrGetter in favor of Vue's native (#4636)
v12.0.0-beta.1 on
0a9ed - feat!: drop Vue 2 support, optimize bundles and clean up (#4349)

Released under the MIT License.

Turn AI into a coding partner
Claim 40% off for AIDD Masterclass.
Get discount