三咲智子 Kevin Deng 2 лет назад
Родитель
Сommit
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)
     }
   }