(options)
| 3909 | } |
| 3910 | |
| 3911 | var Sub = function VueComponent (options) { |
| 3912 | this._init(options); |
| 3913 | }; |
| 3914 | Sub.prototype = Object.create(Super.prototype); |
| 3915 | Sub.prototype.constructor = Sub; |
| 3916 | Sub.cid = cid++; |
nothing calls this directly
no outgoing calls
no test coverage detected