tuobaye

Results 10 comments of tuobaye

我估计也是不好弄 我现在的实现方式,是一次性加载全部几十条swiper-item 但是每个里面做放了个封面图, 每个swiper-item 都监听父组件正在播放的索引对象,如果判断和自己的相同,就加载视频,否则销毁所有的数据,只保留一个封面

对,就是感觉swiper滑动的时候不跟手,不知道是帧率不够,还是动画不对,尝试了所有可设置的动画类型,都不好用

....hahah.. I spent half an hour debugging, what's wrong on iOS~~

> I have made PR [#16944](https://github.com/filamentphp/filament/pull/16944) to address this issue, which seems to resolve the issue for me. @blocher I followed your modifications and added setTimeout, but it doesn't seem...

I studied the code and found that: this.$dispatch("open-modal", {id: t}) cannot trigger window.open-modal, which causes x-on:open-modal.window to not trigger. If I replace it with: ```javascript let t = this.generateModalId(this.actionNestingIndex); //use...

> > I studied the code and found that: this.$dispatch("open-modal", {id: t}) cannot trigger window.open-modal, which causes x-on:open-modal.window to not trigger. If I replace it with:我研究了代码,发现:这个。$ dispatch(“open-modal”,{id:t})无法触发 window.open-modal,这会导致 x-on:open-modal.window 无法触发。如果我将其替换为:...