This commit is contained in:
2020-01-30 20:49:42 +00:00
parent 32469404d3
commit 22d2e5779f

View File

@@ -42,7 +42,13 @@
<!-- Handle all plain text types --> <!-- Handle all plain text types -->
<!--TODO when get to coloured stuff will need to add that as a prop to column data but leaving out for now--> <!--TODO when get to coloured stuff will need to add that as a prop to column data but leaving out for now-->
<template v-if="c.t < 9"> <template v-if="c.t < 9">
{{ c.v }} <template v-if="c.i">
<!-- openable object with an ID -->
{{ c.v }}
</template>
<template v-else>
{{ c.v }}
</template>
</template> </template>
<template v-if="c.t == 11"> <template v-if="c.t == 11">
<a :href="'mailto:' + c.v">{{ c.v }}</a> <a :href="'mailto:' + c.v">{{ c.v }}</a>