vue-editify 0.2.23 → 0.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -632,6 +632,7 @@ declare const _default: import('vue').DefineComponent<{
632
632
  observe: (target: Node, options?: MutationObserverInit) => void;
633
633
  takeRecords: () => MutationRecord[];
634
634
  } | null;
635
+ __illegalDoms: Node[];
635
636
  initRange: () => void;
636
637
  delete: () => void;
637
638
  insertText: (data: string) => void;