Adndy

Results 6 comments of Adndy

需要通过ref修改组件的 left,right,top,bottom

change the the source code,but u should compute the scale by your self. ``` resizeScale: function () { if (this.resize) { // this.drawScaled('page-width'); this.drawScaled(this.scale'); } } ```

> Hey @adndyxu, > > 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider...

env: safari in ios 12.4.6 and above. When the list is long,lazyload doesn't work very well,it only render serveral images ahead. When u continue scroll,the image renders only if u...

> 我使用的是传值,不能直接定义为true,当点击其他地方设置false,点回来在设置为true,这样点回来就可以拖动。 按这个思路实现了一下 mounted() { document.addEventListener("click", this.refreshActive) }, beforeDestroy() { document.removeEventListener("click", this.refreshActive) }, methods: { // reset active refreshActive(e) { const activeEls = this.$el.querySelectorAll(".vdr.active") if (!activeEls.length || Array.from(activeEls).some((el) => el.contains(e.target)))...

优化下你的prompt方式就行了:作为[xxx],[做什么],遵循以下准则:1.用中文回答,...