Skip to content

Commit 368b89e

Browse files
committed
fix(runtime-core): named ref in v-for fix(#5116)
1 parent c1b9215 commit 368b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/rendererTemplateRef.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
defineComponent,
88
reactive,
99
serializeInner,
10-
shallowRef,
10+
shallowRef
1111
} from '@vue/runtime-test'
1212

1313
// reference: https://vue-composition-api-rfc.netlify.com/api.html#template-refs

0 commit comments

Comments
 (0)