🐛 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

View File

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