Explorar el Código

chore: update comment

三咲智子 Kevin Deng hace 2 años
padre
commit
305a651c68
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/runtime-vapor/src/directive.ts

+ 1 - 0
packages/runtime-vapor/src/directive.ts

@@ -99,6 +99,7 @@ export function withDirectives<T extends Node>(
 
     // register source
     if (source) {
+      // callback will be overridden by middleware
       renderWatch(source, NOOP)
     }
   }