Procházet zdrojové kódy

chore(reactivity): remove unused comment (#1485) [ci skip]

Pick před 5 roky
rodič
revize
4f6460a71f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/reactivity/src/computed.ts

+ 0 - 1
packages/reactivity/src/computed.ts

@@ -47,7 +47,6 @@ export function computed<T>(
 
   const runner = effect(getter, {
     lazy: true,
-    // mark effect as computed so that it gets priority during trigger
     scheduler: () => {
       if (!dirty) {
         dirty = true