vue-lynx / markRaw
Function: markRaw()
Marks an object so that it will never be converted to a proxy. Returns the object itself.
Type Parameters
Parameters
Returns
Raw<T>
Example
Warning: markRaw() together with the shallow APIs such as
shallowReactive allow you to selectively opt-out of the default
deep reactive/readonly conversion and embed raw, non-proxied objects in your
state graph.
See
https://vuejs.org/api/reactivity-advanced.html#markraw
Defined in
node_modules/.pnpm/@vue+reactivity@3.5.30/node_modules/@vue/reactivity/dist/reactivity.d.ts:235