(options)
| 3838 | } |
| 3839 | |
| 3840 | function Vue$2 (options) { |
| 3841 | if (process.env.NODE_ENV !== 'production' && |
| 3842 | !(this instanceof Vue$2)) { |
| 3843 | warn('Vue is a constructor and should be called with the `new` keyword'); |
| 3844 | } |
| 3845 | this._init(options); |
| 3846 | } |
| 3847 | |
| 3848 | initMixin(Vue$2); |
| 3849 | stateMixin(Vue$2); |