MCPcopy Index your code
hub / github.com/TruthHun/BookStack / warnNonPresent

Function warnNonPresent

static/vuejs/vue.runtime.esm.js:1462–1469  ·  view source on GitHub ↗
(target, key)

Source from the content-addressed store, hash-verified

1460 );
1461
1462 var warnNonPresent = function (target, key) {
1463 warn(
1464 "Property or method \"" + key + "\" is not defined on the instance but " +
1465 "referenced during render. Make sure to declare reactive data " +
1466 "properties in the data option.",
1467 target
1468 );
1469 };
1470
1471 var hasProxy =
1472 typeof Proxy !== 'undefined' &&

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected