Vue v-bind binding problem

in upload upload in element-ui, see:

:on-preview="handlePreview"
:on-remove="handleRemove"

but doesn"t v-bind want to bind attributes? why do you use v-bind binding method here? shouldn"t you use v-on? ask for a big answer. Thank you

.
May.22,2021

this is passing the props value, passing the method to the component as a value, not the binding method.

Menu