[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.
App.js
import { VueEditor } from "vue3-editor";
app.component('VueEditor',VueEditor);
Email.vue
Can you please tell me how can we remove this warning ?
[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.
App.js
import { VueEditor } from "vue3-editor"; app.component('VueEditor',VueEditor);
Email.vue
Can you please tell me how can we remove this warning ?