修复图表实例标识并扩展版本兼容性
All checks were successful
Package component / package (push) Successful in 6m0s

This commit is contained in:
李启源
2026-07-21 16:37:35 +08:00
parent 65a0c4933c
commit 07e9855eac
9 changed files with 448 additions and 9 deletions

View File

@@ -35,6 +35,17 @@ pnpm dev
pnpm add waveform-analysis vue d3 ant-design-vue vue3-colorpicker
```
### 运行时版本要求
组件库支持以下运行时版本:
| 依赖 | 支持版本 |
| --- | --- |
| Vue | `>=3.2.33 <4` |
| Ant Design Vue | `>=3.2.20 <4` |
安装时请确保业务项目中的 Vue 与 Ant Design Vue 版本满足上述范围。
## 发布
发布由推送版本 tag 触发。`package.json``version` 必须与 tag 去掉 `v` 后完全一致。