chore: update comment

This commit is contained in:
三咲智子 Kevin Deng 2024-01-19 17:09:57 +08:00
parent 5c0b8bbeb3
commit 305a651c68
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 0 deletions

View File

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