[bugfix] Dialog: overlay incorrect locate when use getContainer (#3041)

This commit is contained in:
neverland
2019-03-22 16:16:35 +08:00
committed by GitHub
parent c1adaebaa6
commit 784b279738
4 changed files with 20 additions and 15 deletions
-1
View File
@@ -2,7 +2,6 @@ import { OverlayConfig } from './overlay';
export type StackItem = {
vm: any;
target: HTMLElement;
config: OverlayConfig;
};