updated layout registry

This commit is contained in:
Warunee Tamkoo 2024-03-12 15:51:47 +07:00
parent 08f0507abe
commit 4164b560eb
10 changed files with 320 additions and 310 deletions

View file

@ -41,6 +41,7 @@ const itemsTab = ref<any>([
const splitterModel = ref<number>(12);
</script>
<template>
<q-splitter v-model="splitterModel" disable>
<template v-slot:before>
@ -64,7 +65,7 @@ const splitterModel = ref<number>(12);
vertical
transition-prev="jump-up"
transition-next="jump-up"
class="q-pa-md"
class="q-px-md"
>
<q-tab-panel
v-for="(tab, index) in itemsTab"