Skip to content

Commit ab31a6f

Browse files
authored
コメントを修正
1 parent e718c3e commit ab31a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/onetimeWatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { WatchOptions, WatchSource, watch } from "vue";
22

33
/**
4-
* trueが返されたらunwatchするwatch
4+
* "unwatch"が返されたらunwatchするwatch
55
*/
66
const onetimeWatch = <T>(
77
source: WatchSource<T>,

0 commit comments

Comments
 (0)