This commit is contained in:
@@ -42,6 +42,9 @@
|
|||||||
<template v-if="c.t < 9">
|
<template v-if="c.t < 9">
|
||||||
{{ c.v }}
|
{{ c.v }}
|
||||||
</template>
|
</template>
|
||||||
|
<template v-if="c.t == 10">
|
||||||
|
<a :href="'mailto:' + c.v" target="_blank">{{ c.v }}</a>
|
||||||
|
</template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user