[new feature] Dialog: add getContainer option (#3040)
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ import { DirectiveFunction, PluginFunction } from 'vue';
|
||||
|
||||
export interface Waterfall {
|
||||
(type: string): DirectiveFunction;
|
||||
install: PluginFunction<void>
|
||||
install: PluginFunction<void>;
|
||||
}
|
||||
|
||||
export const Waterfall: Waterfall;
|
||||
|
||||
Reference in New Issue
Block a user