Ambit Tsai

Results 12 comments of Ambit Tsai

> same question I've made one [echarts-for-vue](https://github.com/ambit-tsai/echarts-for-vue), it is compatible with Vue 3 and 2.

> same question I've made one [echarts-for-vue](https://github.com/ambit-tsai/echarts-for-vue), it is compatible with Vue 3 and 2.

推荐你 [echarts-for-vue](https://github.com/ambit-tsai/echarts-for-vue),采用原生 ECharts 配置和 API,同时兼容 Vue 3 和 2。或许能解决你的问题

我在1.11.6中遇到过,源码中给`calendarInstance`赋值的代码是`this.saveCalendarRef = refFn.bind(this, 'calendarInstance')`,应该改为`this.saveCalendarRef = refFn.bind(this, 'calendarInstance', this)`。我在[Reactie](https://gitee.com/ambit/reactie/blob/dev/README.md#error-solution)项目中就有提到过,当然还有一些其他的错误

It looks like vue-router's problem. You can find the related issues from https://github.com/vuejs/vue-router/issues?q=NavigationDuplicated

In Vue3, you must be using vue-router@4, and use vue-router@3 in Vue2. There are some differences between the two. You may need the solution at [No stacktrace on NavigationDuplicated error...

Using `iframe` can easily create a secure isolation environment. In Web Worker, we need to think of other mechanisms to implement a secure isolation environment.

For non-array object, the properties you want to proxy must be known at creation time

![proxy-issues-5](https://user-images.githubusercontent.com/42671189/82188666-cae17d80-9920-11ea-98d9-c979677f8bdf.png)

From the error message, it seems that packaging causes. Can you show me the packed file?