work experience for two years, this project has just figured out what"s going on with file uploading. It"s sad. Br > back to the point. Mobile project wants to write a vue file upload component
. Now there is a problem. Since the component must support different input content, slot
is used, but click events should be added to the content of this slot. Ask: how to solve
for example:
invoke component
<my-upload>
<img src="./xxxx.png"/>
</my-upload>
define components
<div>
<slot></slot>
</div>