From 506c9e15acc438ed96876f8fcc32f264c9da0a1c Mon Sep 17 00:00:00 2001 From: hdx Date: Wed, 26 Jul 2023 11:46:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(Performance):=20=E7=A7=BB=E9=99=A4=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.uvue b/App.uvue index be0d8691..6496abf0 100644 --- a/App.uvue +++ b/App.uvue @@ -6,7 +6,7 @@ export default { setLifeCycleNum(state.lifeCycleNum + 1000) console.log('App Launch') - const performance: Performance = uni.getPerformance() + const performance = uni.getPerformance() const observer1: PerformanceObserver = performance.createObserver( (entryList: PerformanceObserverEntryList) => { console.log( -- GitLab