소스 검색

chore: update comment

三咲智子 Kevin Deng 2 년 전
부모
커밋
305a651c68
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
     }
   }