Mrbigshot
Mrbigshot
准备用 immer 替代 immutable.js 了,immutable.js 的 ts 支持太烂了
You don't need build component with this plugin. You only need ```@vue/babel-plugin-jsx```. See this [example project](https://github.com/hellomrbigshot/vue-next-m-editor)
How is this feature going?🧐
Here is the PR https://github.com/element-plus/element-plus/pull/16277
When i debug my project with Element Plus, i can show some examples with this question. When you want to debug a component, you will find When the component is...
我可以举个例子,比如的轮播是图片和视频混合,轮播到视频时需要自动从头播放,Carousel-Item 下使用了一个视频相关的组件,然后根据轮播的 currentIndex 获取组件的实例,然后调用组件实例的 play 方法。但是 currentIndex 只有 0 和 1,现在 Carousel-Item 变成了四个,我永远无法获取到第三个和第四个的组件实例,所以轮播到第三个第四个视频上面时我是没法播放的=。=现在我想到的唯一办法是两个的轮播先把数据扩充成四个,然后 自己写 指示器 ,将两个轮播的逻辑特殊处理下。。。
You can use ```shift``` + mouse wheel to support horizontal mouse scrolling, it works like native browser event.