ElemeFE / ElemeFE/element

[Bug Report] Notification 组件定位错误

Open
#19,298 2 comments 0 reactions 0 assignees View on GitHub
stale
Dominant language
Vue
Stars
54k
Forks
14.4k
PR merge metrics
No merged PRs in 30d

Description

### 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,未正确定位

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.