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

Function fn

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

Source from the content-addressed store, hash-verified

7445 descriptor.ref = findRef(el);
7446 }
7447 var fn = function terminalNodeLinkFn(vm, el, host, scope, frag) {
7448 if (descriptor.ref) {
7449 defineReactive((scope || vm).$refs, descriptor.ref, null);
7450 }
7451 vm._bindDir(descriptor, el, host, scope, frag);
7452 };
7453 fn.terminal = true;
7454 return fn;
7455 }

Callers 5

withoutConversionFunction · 0.70
applyFunction · 0.70
processPropValueFunction · 0.70
stepFunction · 0.70
toggleClassesFunction · 0.70

Calls 1

defineReactiveFunction · 0.70

Tested by

no test coverage detected