]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update comment
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 19 Jan 2024 09:09:57 +0000 (17:09 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 19 Jan 2024 09:10:10 +0000 (17:10 +0800)
packages/runtime-vapor/src/directive.ts

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