chore(reactivity): remove unused comment (#1485) [ci skip]
This commit is contained in:
parent
286c5b1dc9
commit
4f6460a71f
@ -47,7 +47,6 @@ export function computed<T>(
|
||||
|
||||
const runner = effect(getter, {
|
||||
lazy: true,
|
||||
// mark effect as computed so that it gets priority during trigger
|
||||
scheduler: () => {
|
||||
if (!dirty) {
|
||||
dirty = true
|
||||
|
Loading…
Reference in New Issue
Block a user