fix(01): profile banner title & caption

This commit is contained in:
puriphatt 2024-08-05 06:54:07 +00:00
parent b3e08e67d9
commit 91147f9f8c

View file

@ -1481,6 +1481,8 @@ watch(currentHq, () => {
caption="Jobs Worker Service Co., Ltd." -->
<ProfileBanner
active
:title="formData.name"
:caption="formData.nameEN"
v-model:cover-url="imageUrl"
:hideFade="imageUrl === '' || imageUrl === null"
:img="imageUrl || null"