diff --git a/src/dom/index.ts b/src/dom/index.ts index 935dde4d..1e66031b 100644 --- a/src/dom/index.ts +++ b/src/dom/index.ts @@ -1,3 +1,4 @@ +import { markRaw } from "@vue/runtime-core"; import { getViewClass, getViewMeta, @@ -108,7 +109,7 @@ export class NSVElement extends NSVNode { this._tagName = normalizeElementName(tagName); const viewClass = getViewClass(tagName); - this._nativeView = new viewClass(); + this._nativeView = markRaw(new viewClass()); this._nativeView[ELEMENT_REF] = this; }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: