简体   繁体   中英

How to make multiple pages in the electron application in the Quasar framework?

I'm trying to add a second page to the app. quasar dev - the page opens normally, but if you run quasar dev -m electron, the link is no longer working, error cannot get How can I add a second page to electron using the quasar framework?

Sorry, I didn't want to post this question, here is the solution:

  <q-btn
    @click="$router.replace('/read')"
    icon-right="home"
    >
    Go home
  </q-btn>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM