Module

x/vue3_reactivity/mod.ts>shallowReactive

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
function shallowReactive
import { shallowReactive } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/mod.ts";

Return a shallowly-reactive copy of the original object, where only the root level properties are reactive. It also does not auto-unwrap refs (even at the root level).

Type Parameters

T extends object

Parameters

target: T