zhukoo
Results
1
comments of
zhukoo
我贴上我的解决代码,给大家参考下, ``` import { mavonEditor } from "mavon-editor"; import "mavon-editor/dist/css/index.css"; export default { name: "write", data() { return { mdText: "", images: {} }; }, components: { mavonEditor }, methods:...