[Vuejs]-How to use the Rails form tags helper with Vuejs?

0πŸ‘

βœ…

I find the solution I wrote :"v-bind:disable" => 'true' and now it’s working

Thank you for your help

0πŸ‘

You can use syntax of rails 5 for data-disable-with="Add" or v-bind:disable="true".

Just try: "v-bind:disable" => 'true'.

Leave a comment