File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/runtime-core/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { type ShallowRef , readonly , shallowRef } from '@vue/reactivity'
2- import { getCurrentInstance } from './component'
3- import { warn } from './warning'
2+ import { getCurrentInstance } from '.. /component'
3+ import { warn } from '.. /warning'
44import { EMPTY_OBJ } from '@vue/shared'
55
66export function useTemplateRef < T = unknown > (
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export { defineComponent } from './apiDefineComponent'
6262export { defineAsyncComponent } from './apiAsyncComponent'
6363export { useAttrs , useSlots } from './apiSetupHelpers'
6464export { useModel } from './helpers/useModel'
65- export { useTemplateRef } from './apiTemplateRef '
65+ export { useTemplateRef } from './helpers/useTemplateRef '
6666
6767// <script setup> API ----------------------------------------------------------
6868
You can’t perform that action at this time.
0 commit comments