Button to display a message

Hi, I’m using PHPLaravel/QuasarVue, can I manually add a button component in page design to display a message onclick? Or can buttons only be used to navigate to a page link? Perhaps it is only a page event which can be used to display an on-screen message - if so what is an example of page event code to display “hello world”?

Yes, you can, but you must manually create your button inside the Custom View component.