Answer the question
In order to leave comments, you need to log in
How to show sidebar in vue?
Hello.
There are Navigation.vue and Sidebar.vue components included in App.vue:
<template lang="pug">
#app
navigation
sidebar
router-view
</template>
<template lang="pug">
.btn Меню
</template>
<template lang="pug">
.sidebar
.nav
a.nav__link(href="/link1") Ссылка 1
a.nav__link(href="/link2") Ссылка 2
</template>
Answer the question
In order to leave comments, you need to log in
Send an event on click, catch it in app, change show state, pass it to navigation
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question