fixed vue components address format issue
This commit is contained in:
parent
45bc1d0b6f
commit
ac64c3310f
|
|
@ -14,9 +14,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
<tr v-if="company.location">
|
||||
<th class="font-normal text-sm text-left p-0">
|
||||
{{ company.location }}
|
||||
</th>
|
||||
<th class="font-normal text-sm text-left p-0" v-html="company.location"></th>
|
||||
</tr>
|
||||
<tr v-if="company.tax_number">
|
||||
<th class="font-normal text-sm text-left p-0">
|
||||
|
|
|
|||
|
|
@ -73,9 +73,7 @@
|
|||
</th>
|
||||
</tr>
|
||||
<tr v-if="contact.location">
|
||||
<th class="font-normal text-xs text-left p-0">
|
||||
{{ contact.location }}
|
||||
</th>
|
||||
<th class="font-normal text-sm text-left p-0" v-html="contact.location"></th>
|
||||
</tr>
|
||||
<tr v-if="contact.tax_number">
|
||||
<th class="font-normal text-xs text-left p-0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue