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
I have created a nuxt.js and electron app which uses electron-serve 's loadURL method to load a page into the BrowserWindow. So far, I only have one BrowserWindow, which is the main window of the application and I'm able to perform page routing in this window like I would in a normal nuxt web application. But I want to create a second application window and I'm not sure how to use the loadURL to load a page into the secondary window since any page you create in nuxt have a ".vue" extension.
The text was updated successfully, but these errors were encountered:
I have created a nuxt.js and electron app which uses electron-serve 's loadURL method to load a page into the BrowserWindow. So far, I only have one BrowserWindow, which is the main window of the application and I'm able to perform page routing in this window like I would in a normal nuxt web application. But I want to create a second application window and I'm not sure how to use the loadURL to load a page into the secondary window since any page you create in nuxt have a ".vue" extension.
The text was updated successfully, but these errors were encountered: