[components] 将现有组件全部迁移到 Component 基类实现
作者: sentsim创建于 2026年7月5日更新于 2026年8月14日
Background After the refactoring of the Component base class (#3059), the component system of Layui has a unified migration base. Most of the components have been migrated, but many core components have not yet been switched to the new Component architecture. In order to unify the implementation of components, reduce the cost of subsequent maintenance, and provide a consistent foundation for configuration, events, and lifecycle capabilities, the remaining component migration tasks are summarized in this task for tracking.
内容来源: layui/layui