vue-echarts
vue-echarts copied to clipboard
新功能建议, 自定义 destroyed 的时间
The type of this issue / Issue 类型
- [x] Feature request / 新特性需求
- [ ] Bug report / Bug 报告
Not introduced by ECharts / 非 ECharts 本身问题
Problems about ECharts itself are not handled in this repo. / 本 repo 不负责处理 ECharts 本身的问题。
- [x] I've checked it's not a problem of ECharts itself. / 我已检查过,这个问题非 ECharts 本身的问题。
Details / 详情
How are you importing Vue-ECharts? / 你是如何引入 Vue-ECharts 的?
- [x] Bundled version/打包版本 (
import ECharts from 'vue-echarts/dist/vue-echarts'
) - [ ] The
.vue
component/.vue
组件 (import ECharts from 'vue-echarts'
)
The version of Vue-ECharts you are using / Vue-ECharts 的版本
5.0.0-beta.0
Reproduction link / 复现链接
For bug reports, please provide the steps to reproduce and if possible a minimal demo of the problem. Please paste the link to your CodeSandbox demo below:
对于 Bug 报告,请在下面提供复现的步骤,最好是最小化的能够重现问题的 demo。请在下方贴入在 CodeSandbox 上 demo 的链接:
使用场景: 等待路由动画执行完成后在进行 destroyed
+1
Implemented in v6.4.0.