]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804)
authorSerKo <44749100+serkodev@users.noreply.github.com>
Thu, 5 Jun 2025 02:19:16 +0000 (10:19 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Jun 2025 02:19:16 +0000 (10:19 +0800)
commite8d8f5f604e821acc46b4200d5b06979c05af1c2
treeff44977a8836a5a4d856116dcc8eb4856f84455d
parent5ba1afba09c3ea56c1c17484f5d8aeae210ce52a
fix(reactivity): add `__v_skip` flag to `Dep` to prevent reactive conversion (#12804)

close #12803
packages/reactivity/__tests__/readonly.spec.ts
packages/reactivity/src/dep.ts