Oleksii Shaposhnikov
Oleksii Shaposhnikov
> Sorry for the late response. > Can you please create a Codesandbox demo to reproduce this? I have fixed this issue by using `apexcharts` package without vue wrapper. I...
Just use the example: ``` import Vue from 'vue'; import { Component } from 'vue-property-decorator'; import { Route } from 'vue-router'; interface MyComponent extends Vue { route: Route; } @Component({...
> Yes, it is similar to this: > > #13 Just one question: why doesn't `@media print` work for the HTML content?