This commit is contained in:
@@ -42,7 +42,13 @@
|
||||
<!-- 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-->
|
||||
<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 v-if="c.t == 11">
|
||||
<a :href="'mailto:' + c.v">{{ c.v }}</a>
|
||||
|
||||
Reference in New Issue
Block a user