不再迟疑

Results 4 issues of 不再迟疑

**Describe the bug** ```rust let table = TableBuilder::new(ui) .resizable(true) .cell_layout(Layout::centered_and_justified(Direction::TopDown)) .column(Column::auto()) .column(Column::exact(20.0)) .column(Column::initial(200.0).range(40.0..=300.0)) .column(Column::initial(200.0).range(40.0..=300.0)) .column(Column::remainder()) .min_scrolled_height(0.0); table.header(20.0, |mut header| { header.col(|ui| { ui.strong(""); }); header.col(|ui| { ui.strong(""); }); header.col(|ui| {...

bug

Missing V15 features.component_model in config. Where can I find component_model, thanks for the tip.