Fixed sidebar problems (#226)

Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #226
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-06-15 13:07:48 +02:00
committed by Adam Bem
parent 6132a2873a
commit 3ec139c8bd
6 changed files with 9 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
import { ref , onMounted } from 'vue'
import SidebarToolLinkComponent from './SidebarToolLinkComponent.vue';
import SidebarMenuElementComponent from './SidebarMenuElementComponent.vue';