Libpzzz

Results 9 issues of Libpzzz

- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version undefined ### Environment vue版本 ### Reproduction link [https://gitee.com/libinpeng/ant.git](https://gitee.com/libinpeng/ant.git) ###...

我将vue-video-play做成一个组件,然后调用接口将接口返回视频链接展示出来,但是最后页面都会滚动到最后一个视频的位置

组件绑定的事件 @play="onPlay" const onPlay = (ev) => { nextTick(()=>{ let videoPlays = document.getElementsByClassName('videoPlay') if(videoPlays && videoPlays.length > 1){ for (const video of videoPlays) { console.log(videoPlayRef.value,video.paused); if (ev.srcElement && ev.srcElement !==...

How can I display my loading image after uploading, instead of displaying the initial base64 image, because I want to be compatible with the mobile end, but the mobile end...

Can I hear which event to preview?

How can I use quill-delta-to-html to convert a table to html

I use quill@2 to turn tables into html content

const converterOptions = { customTag: (format, deltaOp) => { console.log(format, deltaOp,"format, deltaOp"); return null; // 使用默认标签 } }; let quillToHtml = new QuillDeltaToHtmlConverter(values.ops, converterOptions); let htmlString = quillToHtml.convert(); After writing...

My project uses [email protected] version, and I found that after downloading the epubjs plug-in, it cannot be packaged.