[Vuejs]-Laravel Vue JS button not staying disabled on redirect

0👍

try this:

<sync-button v-cloak :active="{{ json_encode(session('buttonState')) }}"></sync-button>

Leave a comment