From 0c207c7b834ae25c16038a8ca431154afb4ccda1 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 10 Mar 2025 11:32:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(dep):=20=E4=BE=9D=E8=B5=96=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E4=B8=8D=E8=83=BD=E8=BF=87=E6=BB=A4id/name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/dep/src/Watcher.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/dep/src/Watcher.ts b/packages/dep/src/Watcher.ts index 71a106fe..da28b31a 100644 --- a/packages/dep/src/Watcher.ts +++ b/packages/dep/src/Watcher.ts @@ -222,7 +222,6 @@ export default class Watcher { for (const [key, value] of Object.entries(config)) { if (typeof value === 'undefined' || value === '') continue; - if (key === 'id' || key === 'name') continue; doCollect(key, value); } };