Closed ebuster closed 2 years ago
When building a SSR app, you should boot apexcharts
only on the client.
Edit your boot file (/src/boot):
- boot: ['apex-charts'],
+ boot: [{ path: 'apex-charts', server: false }],
@mr-kenikh thank you!
Unable to use this plugin inside the Quasar 2 (Vue 3) App with enabled SSR mode. Tried different methods to install it, how it was with Quasar 1 (with Vue 2 on board) but it doesn't work.
I use the following approach:
And got the following error in app console:
App started by typical command:
quasar dev -m ssr
Dependencies: