MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Vue$2

Function Vue$2

static/vuejs/vue.runtime.common.js:3840–3846  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3838}
3839
3840function 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
3848initMixin(Vue$2);
3849stateMixin(Vue$2);

Callers

nothing calls this directly

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected