MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / componentLinkFn

Function componentLinkFn

06.Router/basic/js/vue.js:7353–7358  ·  view source on GitHub ↗
(vm, el, host, scope, frag)

Source from the content-addressed store, hash-verified

7351 }
7352 };
7353 var componentLinkFn = function componentLinkFn(vm, el, host, scope, frag) {
7354 if (ref) {
7355 defineReactive((scope || vm).$refs, ref, null);
7356 }
7357 vm._bindDir(descriptor, el, host, scope, frag);
7358 };
7359 componentLinkFn.terminal = true;
7360 return componentLinkFn;
7361 }

Callers

nothing calls this directly

Calls 1

defineReactiveFunction · 0.70

Tested by

no test coverage detected