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