Explorar o código

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

Pick %!s(int64=5) %!d(string=hai) anos
pai
achega
4f6460a71f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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