[Vuejs]-How to render form on button clic in Vue?

1👍

Yes but you will need to add true in the buttons onclick:

<button @click="contract = true">UMOWA</button>
<button @click="company = true">FIRMA</button>

Leave a comment