Add generic layout of listing cards
This should eventually by ported to other interfaces for consistency.
This commit is contained in:
parent
6db5186318
commit
83f76297b5
5 changed files with 267 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<template>
|
||||
<ThreeColumn>
|
||||
<template #left>
|
||||
<ReviewContactColumnList />
|
||||
<ReviewContactColumnList
|
||||
:contacts="contacts"
|
||||
:loading="storeResource.contact.loadingAll()"
|
||||
/>
|
||||
</template>
|
||||
<template #center>
|
||||
<ReviewContactColumnDetail />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue