app-extension-qpdfviewer icon indicating copy to clipboard operation
app-extension-qpdfviewer copied to clipboard

fix: allow use publicPath

Open alexdee2007 opened this issue 2 years ago • 4 comments

This change allows the public path of your app specified in property publicPath in quasar.conf.js Closes #123

alexdee2007 avatar Nov 22 '22 10:11 alexdee2007

Thank you I will inform @hawkeye64 and when everything is ok i merge it BR

nucle avatar Nov 28 '22 15:11 nucle

Any update on this?

alexdee2007 avatar Feb 16 '23 09:02 alexdee2007

Thank you I will inform @hawkeye64 and when everything is ok i merge it BR

Have you had a chance to test this?

hawkeye64 avatar Apr 17 '23 12:04 hawkeye64

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.

daniel-fahl avatar Oct 03 '23 00:10 daniel-fahl