Skip to content

Commit f7d0165

Browse files
committed
feat(kit): rename refs to template refs for easy understanding
1 parent 9f328c3 commit f7d0165

File tree

1 file changed

+1
-1
lines changed
  • packages/devtools-kit/src/core/component/state

1 file changed

+1
-1
lines changed

packages/devtools-kit/src/core/component/state/process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function processInject(instance: VueAppInstance, mergedType: Record<string, unkn
269269
function processRefs(instance: VueAppInstance) {
270270
return Object.keys(instance.refs)
271271
.map(key => ({
272-
type: 'refs',
272+
type: 'template refs',
273273
key,
274274
value: returnError(() => instance.refs[key]),
275275
}))

0 commit comments

Comments
 (0)