Open JInann opened 4 years ago
Translation of this issue:
2.13.1
windows 10/chrome 81.0.4044.122
2.6.11
https://codepen.io/jxh/pen/rNOzaQx
In the same statement block, this. $notify (...) is called twice in a row
like: { ...
this.$notify(...); this.$notify(...);
... }
Correct positioning will not block the last nofify
Blocked the previous notify, not positioned correctly
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Element UI version
2.13.1
OS/Browsers version
windows 10/chrome 81.0.4044.122
Vue version
2.6.11
Reproduction Link
https://codepen.io/jxh/pen/rNOzaQx
Steps to reproduce
在同一个语句块中,连续调用两次 this.$notify(...) like: { ... this.$notify(...); this.$notify(...); ... }
What is Expected?
正确的定位,不会挡住上一条nofify
What is actually happening?
挡住了上一条notify,未正确定位