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