fix: body element should not be used

This commit is contained in:
Methapon Metanipat 2024-09-30 13:16:04 +07:00
parent fa973c03bd
commit 6c927ceb79

View file

@ -166,10 +166,10 @@ watch(
{{ $t('productService.group.title') }}
</span>
</header>
<body class="surface-1 col">
<article class="surface-1 col">
<!-- TODO: tree component -->
waiting for tree
</body>
</article>
</section>
</template>
@ -205,7 +205,7 @@ watch(
</div>
</header>
<body class="col">
<article class="col">
<q-splitter
disable
v-model="subSplitterModel"
@ -232,7 +232,7 @@ watch(
})
}}
</span>
<body>
<article>
<TreeView
class="full-width q-pt-sm"
v-model:nodes="nodes"
@ -267,7 +267,7 @@ watch(
},
]"
/>
</body>
</article>
</section>
</template>
@ -384,7 +384,7 @@ watch(
</section>
</template>
</q-splitter>
</body>
</article>
</section>
</template>
</q-splitter>