forked from opentiny/tiny-vue
docs: update vue-docs version (#1541)
This commit is contained in:
parent
e122ccfff4
commit
5e3b90e45f
|
@ -19,7 +19,7 @@
|
|||
- feat(rich-text-editor): [rich-text-editor] add image drag adjustment by @HAOUEHF in https://github.com/opentiny/tiny-vue/pull/1504
|
||||
- feat(grid): [grid] add XDesign theme by @gimmyhehe in https://github.com/opentiny/tiny-vue/pull/1518
|
||||
- feat: Adapting to the X-design theme by @zzcr in https://github.com/opentiny/tiny-vue/pull/1534
|
||||
- feat(charts): refactor chart components and replace chart-core whith hui-charts by @Davont
|
||||
- feat(charts): refactor chart components and replace chart-core with hui-charts by @Davont
|
||||
- refactored the underlying chart-core library which is used by all chart components
|
||||
- chart-core uses hui-charts instead of echarts as the underlying logic of the chart
|
||||
- chart components add a unified entry `option` based on the original API to facilitate unified calls
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@opentiny/vue-docs",
|
||||
"version": "2.2.20",
|
||||
"version": "2.2.21",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
|
Loading…
Reference in New Issue