AEM VueJS integration - Pass multiple props
hi folks,
I am following below blog for integrating AEM with VueJS -
https://medium.com/@jlanssie/use-vue-js-in-adobe-experience-manager-59bc7e098efd
The blog talks about passing value from dialog via Sightly to VueJS as props as seen below -
Create an HTL template demovue.html at ui.apps/src/main/content/jcr_root/apps/wknd/components/demovue/demovue.html
<vue-component data-component="demo" data-message="${properties.text}"></vue-component>
However, I want to pass multiple values to the vue component.
How can I do so?
thanks,
ronnie