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 1
1
import { 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'
4
4
import { EMPTY_OBJ } from '@vue/shared'
5
5
6
6
export function useTemplateRef<T = unknown>(
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export { defineComponent } from './apiDefineComponent'
62
62
export { defineAsyncComponent } from './apiAsyncComponent'
63
63
export { useAttrs, useSlots } from './apiSetupHelpers'
64
64
export { useModel } from './helpers/useModel'
65
- export { useTemplateRef } from './apiTemplateRef '
65
+ export { useTemplateRef } from './helpers/useTemplateRef '
66
66
67
67
// <script setup> API ----------------------------------------------------------
68
68
You can’t perform that action at this time.
0 commit comments