Menu
This commit is contained in:
parent
ecf8e5fcf2
commit
4cbc1b79c6
1 changed files with 15 additions and 13 deletions
|
@ -1,5 +1,15 @@
|
||||||
|
|
||||||
<template>
|
<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>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
<span class="onglet">💬 ✉️ Messages</span>
|
<span class="onglet">💬 ✉️ Messages</span>
|
||||||
|
@ -10,18 +20,6 @@
|
||||||
<li><router-link to="">🎥 Visioconférence</router-link></li>
|
<li><router-link to="">🎥 Visioconférence</router-link></li>
|
||||||
</ul>
|
</ul>
|
||||||
</details>
|
</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>
|
</template>
|
||||||
|
|
||||||
|
@ -30,4 +28,8 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue