sidebar laterale returning route
-
I am with a problem in sidebar laterale if I to click in router-link and to try it closes to sidebar laterale comes back the route.
-
Hi! I’m unsure what your issue is but I’ll take a guess.
You probably want this:
<q-list> <q-item @click=""$router.push({name: 'config'})> ... content </q-item> </q-list>