Alisa
Alisa
### 🧐 问题描述 @antv包可以按需引入吗? 仅引入了Mix组件,但是引入的@antv包体积有2.13MB,这个包体积如何优化呢? ### 💻 示例代码 ``` import Mix from '@ant-design/plots/es/components/mix'; ``` ### 🚑 其他信息 [如截图等其他信息可以贴在这里] 
where is the db_info.yaml?
@antv/component包中出现了异常报错,Cannot read properties of null (reading 'addGroup') 暂时不清楚原因,出错的代码 ``` protected initGroup() { const container = this.get('container'); this.set( 'group', container.addGroup({ id: this.get('id'), name: this.get('name'), capture: this.get('capture'), visible: this.get('visible'), isComponent: true, component:...