fix(components): [upload] stop bubble (#7304)

This commit is contained in:
joson 2022-04-22 10:38:37 +08:00 committed by GitHub
parent cecde342dc
commit b03cccab71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
:accept="accept"
type="file"
@change="handleChange"
@click.stop
/>
</div>
</template>