Started migration of frontend to vuetify

This commit is contained in:
Yeicor
2024-02-09 21:18:08 +01:00
parent ede0c6143f
commit dda1162953

View File

@@ -8,7 +8,6 @@ let toolsOpened = ref(true)
</script>
<
<template>
<v-card>
<v-layout>
<v-btn @click="modelsOpened = !modelsOpened" max-width="22px" style="position:absolute; z-index: 1">&gt;</v-btn>
<v-navigation-drawer v-model="modelsOpened">
@@ -29,7 +28,6 @@ let toolsOpened = ref(true)
</v-list>
</v-navigation-drawer>
</v-layout>
</v-card>
</template>
<style scoped>