Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ Item
Class
Item
packages/reactivity/__tests__/computed.spec.ts:528–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
// #10185
527
it(
'should not override queried MaybeDirty result'
, () => {
528
class
Item {
529
v = ref(0)
530
}
531
const
v1 = shallowRef()
532
const
v2 = ref(false)
533
const
c1 = computed(() => {
Callers
nothing calls this directly
Calls
1
ref
Function · 0.90
Tested by
no test coverage detected