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>
- [Vuejs]-Laravel echo event broadcasting with pusher and vueJS is not working like written in the docs
- [Vuejs]-How to disable Vue Component if Ajax call will fail
Source:stackexchange.com