vue-editify 0.2.23 → 0.2.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;