Исправила инпуты в header

This commit is contained in:
Daria Golova
2022-10-11 18:06:58 +03:00
parent 43f61e9269
commit 460ea6b4b2
4 changed files with 165 additions and 75 deletions

View File

@@ -16,7 +16,7 @@
import TheButtonSidebar from "@/components/base/buttons/BaseSidebarButton";
export default {
name: "SidebarComponent",
name: "TheSidebar",
components: {TheButtonSidebar},
}
</script>