other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
64fe5039add01f417b24dd35c465cf4bd096c910
Authored by
lwio
2017-08-11 13:20:23 +0800
1 parent
c103a2a0
delete redandunt code
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/base/popper.js
Inline
Side-by-side
src/components/base/popper.js
Wrap text
Show/Hide comments
View file @
64fe503
...
...
@@ -55,7 +55,6 @@ export default {
55
55
visible(val) {
56
56
if (val) {
57
57
this.updatePopper();
58
- this.$emit('on-popper-show');
59
58
} else {
60
59
this.destroyPopper();
61
60
this.$emit('on-popper-hide');
...
...