How to fullfill things like: when I click menu at left, the page is opened in the same page, but not a blank page ?
-
Now, I use the layout created by quasar-cli, run the app, when click menu at left, the page is opened in a new page
-
@jinmuge Make your route not a child of your layout, also read about how vue router works by checking vue router docs.
-
@metalsadman I got it, thank you very much!