(options)
| 3915 | } |
| 3916 | |
| 3917 | var Sub = function VueComponent (options) { |
| 3918 | this._init(options); |
| 3919 | }; |
| 3920 | Sub.prototype = Object.create(Super.prototype); |
| 3921 | Sub.prototype.constructor = Sub; |
| 3922 | Sub.cid = cid++; |
nothing calls this directly
no outgoing calls
no test coverage detected