Results 4 issues of KE.YANG

解决Vue3项目中编译包含自定义View及自定义Shape时需要使用@babel/plugin-transform-react-jsx的问题。详见examples中的vue3-ts项目示例。 备注:[自定义图表组件](https://antv-f2.gitee.io/zh/docs/tutorial/advanced/custom-view)需引用@antv/f2-vue中的HOC。例如: `import { withLegend } from "@antv/f2-vue"`。 close #1573 ##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit...

- [x] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? @antv/f2-vue,在自定义图形时,项目中需要配置@babel/plugin-transform-react-jsx,但此配置的会对项目中其他使用JSX的组件/页面产生影响。 ### What does the...

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] commit message follows commit guidelines ##### Description of change 解决Vue3项目中编译包含自定义View及自定义Shape时需要使用@babel/plugin-transform-react-jsx的问题。 备注:[自定义View](https://antv-f2.gitee.io/zh/docs/tutorial/advanced/custom-view)时,需高阶组件需从@antv/f2-vue中的导入。例如: import { withLegend...

### 🐛 Bug 描述 Bug description @ant-design-vue/pro-table 在不配置request属性时,无法完成Table的基础功能。 使用ProTable,Table的基础功能都有缺陷,例如:[基本用法](https://antdv.com/components/table-cn#components-table-demo-basic)。 ### 🏞 期望结果 Desired result ProTable 可使用所有Table的基础功能。 ### 🚑 其他信息 Other information

bug