mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
#134 fixes address multiline
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div v-if="action === 'show'">
|
||||
<div class="flex-table">
|
||||
<!-- {{ person }} -->
|
||||
<person-render-box
|
||||
:person="person"
|
||||
:options="{
|
||||
@@ -12,7 +11,8 @@
|
||||
addLink: false,
|
||||
hLevel: 3,
|
||||
addCenter: true,
|
||||
addNoData: true
|
||||
addNoData: true,
|
||||
isMultiline: true
|
||||
}"
|
||||
></person-render-box>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user