MCPcopy
hub / github.com/vuejs/core / foo

Class foo

packages/runtime-core/__tests__/apiWatch.spec.ts:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 // #9916
234 it('watching shallow reactive array with deep: false', async () => {
235 class foo {
236 prop1: ShallowRef<string> = shallowRef('')
237 prop2: string = ''
238 }
239
240 const obj1 = new foo()
241 const obj2 = new foo()

Callers 1

hydration.spec.tsFile · 0.70

Calls 1

shallowRefFunction · 0.90

Tested by

no test coverage detected