Improve routing documentation
This commit is contained in:
parent
76263a9610
commit
bfde17b4d7
45 changed files with 2465 additions and 983 deletions
|
@ -3,7 +3,7 @@
|
|||
<q-scroll-area v-if="data && data.length" :thumb-style="appThumbStyle" style="height:100%;">
|
||||
<div v-for="(middleware, index) in data" :key="index">
|
||||
<q-card-section v-if="!isDense" class="app-title">
|
||||
<div class="app-title-label text-capitalize">{{ middleware.name }}</div>
|
||||
<div class="app-title-label">{{ middleware.name }}</div>
|
||||
</q-card-section>
|
||||
<!-- COMMON FIELDS -->
|
||||
<q-card-section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue