Component Common Configuration
You can use the global configuration item to set common configurations for components. This feature lets you set unified default values and behaviors for all components, simplifying configuration and maintenance.
Examples
- Set default props and disabled state for col component
You can set default props for the col component (e.g., {span:6}) and disable it. All col components will automatically apply these settings unless overridden.
- Set upload callback event for upload component
Configure the global callback event for the upload component to handle file uploads uniformly after completion. This ensures consistent upload operations and centralized management of processing logic.


