chore(reactivity): remove unused comment (#1485) [ci skip]

This commit is contained in:
Pick 2020-07-07 03:57:54 +08:00 committed by GitHub
parent 286c5b1dc9
commit 4f6460a71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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