[Feature Request] Add "before-close" attribute to <el-popover>, just like <el-dialog>
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Existing Component
是
### Component Name
el-popover
### Description
` also need ":before-close" attribute, just like `
Then the source code can be written like below
```javascript
...
...
export default {
methods: {
handleClose(done) {
this.$confirm('confirm close?')
.then(_ => {
done();
})
.catch(_ => {});
}
}
};
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.