(vm, el, host, scope, frag)
| 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 | } |
no test coverage detected