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
12169ffb4a58c616a41ddeb1a10271cae9fb3406
Authored by
lwio
2017-08-11 10:59:33 +0800
1 parent
f3c6cd68
add on-popper-show
Showing
1 changed file
with
1 additions
and
0 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 @
12169ff
...
...
@@ -55,6 +55,7 @@ export default {
55
55
visible(val) {
56
56
if (val) {
57
57
this.updatePopper();
58
+ this.$emit('on-popper-show');
58
59
} else {
59
60
this.destroyPopper();
60
61
this.$emit('on-popper-hide');
...
...