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); } };