diff --git a/src/components/app/AppSidebar.vue b/src/components/app/AppSidebar.vue index 32d375d..f268f54 100644 --- a/src/components/app/AppSidebar.vue +++ b/src/components/app/AppSidebar.vue @@ -7,7 +7,7 @@ export default { }, mounted() { - //Pages + //Cats document.getElementById('dropdown-pages-button')?.addEventListener('click', () => { const button = document.getElementById('dropdown-pages-button'); const dropdown = document.getElementById("dropdown-pages"); @@ -20,7 +20,7 @@ export default { } }); - //Sales + //database document.getElementById('dropdown-sales-button')?.addEventListener('click', () => { const button = document.getElementById('dropdown-sales-button'); const dropdown = document.getElementById("dropdown-sales"); @@ -33,7 +33,7 @@ export default { } }); - //Authentication + //last thing (outcommented) document.getElementById('dropdown-authentication-button')?.addEventListener('click', () => { const button = document.getElementById('dropdown-authentication-button'); const dropdown = document.getElementById("dropdown-authentication"); @@ -334,7 +334,7 @@ export default { - - + --> \ No newline at end of file