Skip to content

Commit

Permalink
chore(reactivity): remove unused comment (#1485) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pick authored Jul 6, 2020
1 parent 286c5b1 commit 4f6460a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/reactivity/src/computed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6460a

Please sign in to comment.