el-dropdown-item added click event invalid (vue)

Figure

 

 invalid! ! !

why? ?

I thought for a moment, probably because

el-dropdown-item no custom click event

so!

The solution is to add native events:

 @click.native  
Another way is to use frames carrying instruction

 

 

 

Ah, a small problem.

 

Guess you like

Origin www.cnblogs.com/j190512/p/12598218.html