imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.63k stars 156 forks source link

仅预览模式下,图片无法预览 #522

Closed tianchaoyang closed 5 months ago

tianchaoyang commented 5 months ago

描述这个Bug

编辑器初始化第一次图片可以点击预览大图,再刷新页面都不能预览图片

版本号

node: 20.5.0

问题重现链接

No response

imzbf commented 5 months ago

这是很久以前的问题了,你更新编辑器了吗

更新了还存在问题的话提供一下源码,最好能给完整还原问题的项目

tianchaoyang commented 5 months ago

环境信息

操作系统:MacOs Sonoma 14.3.1 浏览器版本:Chrome 124.0.6367.93 node版本:20.5.0 vue版本:3.4.19 vite版本:5.1.4 md-editor-v3版本:4.14.1

问题重现链接

https://codesandbox.io/p/live/920c572e-8cff-42b8-88cf-0e0901c146b9

请问是我哪里的写法不对吗?

tianchaoyang commented 5 months ago
image image

我检查了图片放大这块的代码,发现每次在页面刷新后watch会在onMounted之前触发,zoomHander就是空函数。

在onMounted中调用一次zoomHander能解决我的问题

imzbf commented 5 months ago

内部的问题,预设modalValue需要在挂载的时候执行一次,调整了,先使用beta版本,后面会发布到正式版中

npm i md-editor-v3@beta
tianchaoyang commented 5 months ago

内部的问题,预设modalValue需要在挂载的时候执行一次,调整了,先使用beta版本,后面会发布到正式版中

npm i md-editor-v3@beta

ok,感谢

imzbf commented 5 months ago

正式版本已更新