How to create side drawer on page #9866
Answered
by
MilosPaunovic
JokerMartini
asked this question in
CLI - Electron mode
-
Beta Was this translation helpful? Give feedback.
Answered by
MilosPaunovic
Jun 29, 2021
Replies: 1 comment 3 replies
-
Hello @JokerMartini, Try switching |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JokerMartini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @JokerMartini,
Try switching
<q-layout>
in favour of<q-page>
inSubPage.vue
and see if that does the trick.