dbb1016606796

Results 3 issues of dbb1016606796

![image](https://user-images.githubusercontent.com/45966928/129159915-9c326ee3-9186-4775-9a77-98952cfdc98a.png) If the scrollContainer property is passed in by the parent component, it will be invalid. It will only take effect if scrollContainer is written to LazyLoad. My version is...

我是从你们官网clone的demo项目,跑的是demo-general这个项目。 ![1735957391850](https://github.com/user-attachments/assets/615a4496-0865-4fde-9cda-78ec87df122e) 因为高级表格的分页器不支持自定义事件,所以我是这样设置了,单独弄的翻页器,我看fusion的文档是有current这个属性,但是我看面板又没有设置这个属性的地方,我出码也没看到。 ![1735957509234](https://github.com/user-attachments/assets/31ab971d-eb57-4fe4-acad-604d62b5538a) 这是我的 plugin-lowcode-component [lowcode-schema.json](https://github.com/user-attachments/files/18305204/lowcode-schema.json)

clone的官网示例 lowcode-demo 项目, build.json ```` "devServer": { "hot": true } `` build.plugin.js ``` // config.plugins.delete('hot'); // config.devServer.hot(false); ``` 我已经这样设置了,但是修改项目的plugins目录或者任何目录都必须重新npm run start才能看到效果