We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a13c63 commit cae88deCopy full SHA for cae88de
src/core/vdom/modules/index.ts
@@ -1,4 +1,4 @@
1
import directives from './directives'
2
-import ref from './ref'
+import ref from './template-ref'
3
4
export default [ref, directives]
src/core/vdom/modules/ref.ts renamed to src/core/vdom/modules/template-ref.ts
src/core/vdom/patch.ts
@@ -13,7 +13,7 @@
13
import VNode, { cloneVNode } from './vnode'
14
import config from '../config'
15
import { SSR_ATTR } from 'shared/constants'
16
-import { registerRef } from './modules/ref'
+import { registerRef } from './modules/template-ref'
17
import { traverse } from '../observer/traverse'
18
import { activeInstance } from '../instance/lifecycle'
19
import { isTextInputType } from 'web/util/element'
0 commit comments