Skip to content

Commit

Permalink
feat(kit): rename refs to template refs for easy understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 20, 2024
1 parent 9f328c3 commit f7d0165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-kit/src/core/component/state/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function processInject(instance: VueAppInstance, mergedType: Record<string, unkn
function processRefs(instance: VueAppInstance) {
return Object.keys(instance.refs)
.map(key => ({
type: 'refs',
type: 'template refs',
key,
value: returnError(() => instance.refs[key]),
}))
Expand Down

0 comments on commit f7d0165

Please sign in to comment.