Menu
This commit is contained in:
parent
ecf8e5fcf2
commit
4cbc1b79c6
1 changed files with 15 additions and 13 deletions
|
@ -1,5 +1,15 @@
|
|||
|
||||
<template>
|
||||
<details>
|
||||
<summary>
|
||||
<span class="onglet">👤 Contact</span>
|
||||
</summary>
|
||||
<ul>
|
||||
<li><router-link to="/contact">📝 Profil</router-link></li>
|
||||
<li><router-link to="">🗒️ Liste des contacts</router-link></li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
<span class="onglet">💬 ✉️ Messages</span>
|
||||
|
@ -10,24 +20,16 @@
|
|||
<li><router-link to="">🎥 Visioconférence</router-link></li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
<router-link to="/contact">👤 Contact</router-link>
|
||||
</summary>
|
||||
<ul>
|
||||
<li><router-link to=""></router-link></li>
|
||||
<li><router-link to=""></router-link></li>
|
||||
<li><router-link to=""></router-link></li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
details {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue