Element Plus Version:2.2.8 Browser / OS:Chrome 103.0.5060.66 / win10 Build Tool:Vite Reproduction Related Component el-message-box el-date-picker Reproduction Link Element Plus Playground Steps to reproduce import{h,ref,onMounted}from'vue'import{ElDatePicker,ElMessageBox}from'element-plus'onMounted(...
element-plus / element-plus Public Sponsor Notifications Fork 16.5k Star 24.5k Code Issues 1.4k Pull requests 399 Discussions Actions Projects 2 Security Insights Issue Mark Duplicate [Component] [message-box] 使用ElMessageBox.close()不会执行ElMessageBox的callback ...
Element-UI的el-popover实现同一个popover重复使用多次(类似MessageBox) 由于el-popover与reference元素是一对一的绑定关系,当一个页面内有多处需要弹出类似的popover框时,如使用现有官方方案,就得每个弹出点都做一个<el-popover>。如果有10个弹出点,就要有10个相同的el-popover。虽然能实现,但对于强迫症来说,实在有...