This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user