Recommended use of Mobile Rich text Editor in vue Project

for the current project, the team is mainly responsible for the background management side, one of which uses a rich text editor to upload text and pictures for PC and mobile respectively for foreground use (for users). We enter text and pictures into the editor respectively, and the foreground is displayed in the form of pictures (including text).

The problem now is that both share the same rich text editor. But the mobile end is not satisfied. Because the text in our editor is in the < P > tag, that is to say, when intercepting the picture, the text does not wrap, so the cut out of the picture text is only a certain width, not complete. The following text may not be intercepted.

there is no good solution, or the use of a good vue rich text editor. For advice, recommend ~


try
vue-html5-editor

Menu