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