This commit is contained in:
icssoa
2025-08-02 17:17:13 +08:00
parent c606dbaea3
commit 4398574183
8 changed files with 24 additions and 68 deletions

2
types/uni-app.d.ts vendored
View File

@@ -384,6 +384,8 @@ declare const onUnhandledRejection: (
declare const onUnload: (hook: () => any, target?: ComponentInternalInstance | null) => void;
declare interface UniElement {
$vm: ComponentPublicInstance;
id: string;
firstChild: UniElement;
lastChild: UniElement;
previousSibling: UniElement;