dbb1016606796
dbb1016606796
 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这个项目。  因为高级表格的分页器不支持自定义事件,所以我是这样设置了,单独弄的翻页器,我看fusion的文档是有current这个属性,但是我看面板又没有设置这个属性的地方,我出码也没看到。  这是我的 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才能看到效果