app-extension-qpdfviewer
app-extension-qpdfviewer copied to clipboard
fix: allow use publicPath
This change allows the public path of your app specified in property publicPath
in quasar.conf.js
Closes #123
Thank you I will inform @hawkeye64 and when everything is ok i merge it BR
Any update on this?
Thank you I will inform @hawkeye64 and when everything is ok i merge it BR
Have you had a chance to test this?
I'm afraid this solution might lead to issues when using vue router in history mode, as the relative path would include vue pages instead of the public directory. I've tried to solve this in #132 by passing the publicPath config value through the boot file to the component.