Add basic layout of the contact review
This commit is contained in:
parent
d020a33642
commit
8b203908a0
5 changed files with 34 additions and 0 deletions
3
ts/components/ReviewContactColumnAction.vue
Normal file
3
ts/components/ReviewContactColumnAction.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<p>actions</p>
|
||||
</template>
|
||||
3
ts/components/ReviewContactColumnDetail.vue
Normal file
3
ts/components/ReviewContactColumnDetail.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<p>detail</p>
|
||||
</template>
|
||||
3
ts/components/ReviewContactColumnList.vue
Normal file
3
ts/components/ReviewContactColumnList.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<p>list</p>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue