This commit is contained in:
2020-12-01 00:31:58 +00:00
parent 89038a1a70
commit 5353f26c1c
3 changed files with 26 additions and 12 deletions

View File

@@ -159,6 +159,10 @@
<!-- File / memory Size -->
{{ c.v }}
</template>
<template v-else-if="c.t == 16">
<!-- PHONE NUMBER -->
<a :href="'tel:' + c.v">{{ c.v }}</a>
</template>
<template v-else>
<!-- UNKNOWN -->
{{ c.v }}
@@ -333,6 +337,10 @@
<!-- File / memory Size -->
{{ c.v }}
</template>
<template v-else-if="c.t == 16">
<!-- PHONE NUMBER -->
<a :href="'tel:' + c.v">{{ c.v }}</a>
</template>
<template v-else>
<!-- UNKNOWN -->
{{ c.v }}