How vue iview input triggers events when it loses focus and data changes

The

topic is shown in the question.
the on-change method that comes with iview triggers whenever the data changes (watch, too, doesn"t meet my needs.

Mar.04,2021

then you listen to the dom event
to get focus, get the data and save it; lose focus and compare the data to see if the event is triggered

Menu