From 6bc587153cba89465a2334130275a615869ba06c Mon Sep 17 00:00:00 2001 From: shutao Date: Tue, 23 Jan 2024 15:46:01 +0800 Subject: [PATCH] =?UTF-8?q?get-window-info.uvue=20onReady=E8=8E=B7?= =?UTF-8?q?=E5=8F=96WindowInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-window-info/get-window-info.uvue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/API/get-window-info/get-window-info.uvue b/pages/API/get-window-info/get-window-info.uvue index 6eef3b8d..6c14f071 100644 --- a/pages/API/get-window-info/get-window-info.uvue +++ b/pages/API/get-window-info/get-window-info.uvue @@ -33,6 +33,9 @@ } }, onUnload: function () { + }, + onReady() { + this.getWindowInfo() }, methods: { getWindowInfo: function () { -- GitLab