mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Started migration of frontend to vuetify
This commit is contained in:
@@ -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">></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>
|
||||
|
||||
Reference in New Issue
Block a user