From 1d0d056e9ba8a29b9c4f51a7fabc38b3fd872b66 Mon Sep 17 00:00:00 2001 From: CPPAlien Date: Fri, 5 Feb 2021 17:49:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20LRU=20=E9=BB=98=E8=AE=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- painter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/painter.js b/painter.js index 62b24fd..2d854f3 100644 --- a/painter.js +++ b/painter.js @@ -67,7 +67,7 @@ Component({ }, LRU: { type: Boolean, - value: true, + value: false, }, action: { type: Object,