You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
Hi. SPA mode in example still work incorrect way. In the beginning please see screenshot. I got it after installing example. But the main problem is that in SPA mode the main window shoul be loaded only once (https://en.wikipedia.org/wiki/Single-page_application#Running_locally). In example it is reloading by every navigation link. Could you correct it please?
The text was updated successfully, but these errors were encountered:
@dzeso you have to use the <nuxt-link /> component together with :to="{ name: index } for your links and in background.js the prod page should be called like that: await mainWindow.loadURL('app://index.html')
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. SPA mode in example still work incorrect way. In the beginning please see screenshot. I got it after installing example. But the main problem is that in SPA mode the main window shoul be loaded only once (https://en.wikipedia.org/wiki/Single-page_application#Running_locally). In example it is reloading by every navigation link. Could you correct it please?
The text was updated successfully, but these errors were encountered: