7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
2 changed files with 37 additions and 37 deletions
Showing only changes of commit d9e6baf7e3 - Show all commits

View File

@ -4,6 +4,8 @@ import ZoneLocationsTree from './ZoneLocationsTree.vue';
<template>
<QPage class="column items-center q-pa-md">
<QCard class="full-width q-pa-md" style="max-width: 800px">
<ZoneLocationsTree />
</QCard>
</QPage>
</template>

View File

@ -144,7 +144,6 @@ onMounted(async () => {
</script>
<template>
<QCard class="full-width" style="max-width: 800px">
<QTree
ref="treeRef"
:nodes="nodes"
@ -179,7 +178,6 @@ onMounted(async () => {
</div>
</template>
</QTree>
</QCard>
</template>
<style lang="scss">