fix: wrong element used
This commit is contained in:
parent
308e7d40f3
commit
81580fdb5c
2 changed files with 6 additions and 6 deletions
|
|
@ -535,7 +535,7 @@ onMounted(async () => {
|
||||||
</q-tabs>
|
</q-tabs>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- SEC: body content -->
|
<!-- SEC: body content -->
|
||||||
<body
|
<article
|
||||||
v-if="true"
|
v-if="true"
|
||||||
class="col surface-2 flex items-center justify-center"
|
class="col surface-2 flex items-center justify-center"
|
||||||
>
|
>
|
||||||
|
|
@ -544,8 +544,8 @@ onMounted(async () => {
|
||||||
label="general.add"
|
label="general.add"
|
||||||
:i18n-args="{ text: $t('quotation.title') }"
|
:i18n-args="{ text: $t('quotation.title') }"
|
||||||
/>
|
/>
|
||||||
</body>
|
</article>
|
||||||
<body v-else class="col q-pa-md surface-2 scroll">
|
<article v-else class="col q-pa-md surface-2 scroll">
|
||||||
<div class="row q-col-gutter-md">
|
<div class="row q-col-gutter-md">
|
||||||
<div v-for="n in 5" :key="n" class="col-md-4 col-12">
|
<div v-for="n in 5" :key="n" class="col-md-4 col-12">
|
||||||
<QuotationCard
|
<QuotationCard
|
||||||
|
|
@ -570,7 +570,7 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</article>
|
||||||
|
|
||||||
<!-- SEC: footer content -->
|
<!-- SEC: footer content -->
|
||||||
<footer
|
<footer
|
||||||
|
|
|
||||||
|
|
@ -293,7 +293,7 @@ watch(
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
</span>
|
</span>
|
||||||
<body v-else class="col column no-wrap">
|
<article v-else class="col column no-wrap">
|
||||||
<q-tabs
|
<q-tabs
|
||||||
inline-label
|
inline-label
|
||||||
mobile-arrows
|
mobile-arrows
|
||||||
|
|
@ -380,7 +380,7 @@ watch(
|
||||||
</aside>
|
</aside>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
</q-splitter>
|
</q-splitter>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue