Closed Saare closed 3 months ago
Switching a route inside an apexchart event callback causes an error in the console. (I've been using the solution suggested in #20 to bind the event)
<apexchart ... @markerClick="click" ></apexchart>
const click = () => { router.push('/data'); };
Complete code and example: https://stackblitz.com/edit/vue3-apex-router-bug?devtoolsheight=33&file=index.html
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Switching a route inside an apexchart event callback causes an error in the console. (I've been using the solution suggested in #20 to bind the event)
Complete code and example: https://stackblitz.com/edit/vue3-apex-router-bug?devtoolsheight=33&file=index.html