vue project, there are two pages, both of which use an editor plug-in, but the size of the editor plug-in is large, which affects the loading speed, and both pages are used, so the editor is encapsulated into a component, thinking that loading the other page only once will be faster, but this does not seem to be the case, as follows:
how should I optimize in such a situation? Encapsulated into components, introducing components into two pages seems to be similar to using plug-ins directly on the page. Solve it, thank you.