🐛 Prevent clicks bubbling to main view (#2580)

This commit is contained in:
Mutasem Aldmour 2021-12-19 12:27:48 +01:00 committed by GitHub
parent e505eea1bd
commit df1a0f3c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,9 @@
<slot name="header" /> <slot name="header" />
</template> </template>
<template> <template>
<slot name="content"/> <span @keydown.stop>
<slot name="content"/>
</span>
</template> </template>
</el-drawer> </el-drawer>
</template> </template>