Skip to content

Commit

Permalink
fix(runtime-core): named ref in v-for fix(vuejs#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidlanca committed Dec 15, 2021
1 parent c1b9215 commit 368b89e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ import {
defineComponent,
reactive,
serializeInner,
shallowRef,
shallowRef
} from '@vue/runtime-test'

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

0 comments on commit 368b89e

Please sign in to comment.