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