fix(01): profile banner title & caption
This commit is contained in:
parent
b3e08e67d9
commit
91147f9f8c
1 changed files with 2 additions and 0 deletions
|
|
@ -1481,6 +1481,8 @@ watch(currentHq, () => {
|
||||||
caption="Jobs Worker Service Co., Ltd." -->
|
caption="Jobs Worker Service Co., Ltd." -->
|
||||||
<ProfileBanner
|
<ProfileBanner
|
||||||
active
|
active
|
||||||
|
:title="formData.name"
|
||||||
|
:caption="formData.nameEN"
|
||||||
v-model:cover-url="imageUrl"
|
v-model:cover-url="imageUrl"
|
||||||
:hideFade="imageUrl === '' || imageUrl === null"
|
:hideFade="imageUrl === '' || imageUrl === null"
|
||||||
:img="imageUrl || null"
|
:img="imageUrl || null"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue