Skip to content

Commit 29a3476

Browse files
authored
Update form_submit.md
1 parent a4d2119 commit 29a3476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/100-components/form_submit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you simply want to disable your submit button, you can use a simple Vue.js bi
4040

4141
```ruby
4242
form_submit do
43-
button text: "Submit me!", attributes: { "v-bind:disabled": "loading" }
43+
button text: "Submit me!", attributes: { "v-bind:disabled": "loading()" }
4444
end
4545

4646
```

0 commit comments

Comments
 (0)