Skip to content

Commit cae88de

Browse files
committed
chore: rename template ref module
1 parent 1a13c63 commit cae88de

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/core/vdom/modules/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import directives from './directives'
2-
import ref from './ref'
2+
import ref from './template-ref'
33

44
export default [ref, directives]
File renamed without changes.

src/core/vdom/patch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import VNode, { cloneVNode } from './vnode'
1414
import config from '../config'
1515
import { SSR_ATTR } from 'shared/constants'
16-
import { registerRef } from './modules/ref'
16+
import { registerRef } from './modules/template-ref'
1717
import { traverse } from '../observer/traverse'
1818
import { activeInstance } from '../instance/lifecycle'
1919
import { isTextInputType } from 'web/util/element'

0 commit comments

Comments
 (0)