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