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