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

Function Vue$3

static/vuejs/vue.js:3838–3844  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3836}
3837
3838function 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
3846initMixin(Vue$3);
3847stateMixin(Vue$3);

Callers

nothing calls this directly

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected