MCPcopy Create free account
hub / github.com/TruthHun/BookStack / warnNonPresent

Function warnNonPresent

static/vuejs/vue.js:1472–1479  ·  view source on GitHub ↗
(target, key)

Source from the content-addressed store, hash-verified

1470 );
1471
1472 var warnNonPresent = function (target, key) {
1473 warn(
1474 "Property or method \"" + key + "\" is not defined on the instance but " +
1475 "referenced during render. Make sure to declare reactive data " +
1476 "properties in the data option.",
1477 target
1478 );
1479 };
1480
1481 var hasProxy =
1482 typeof Proxy !== 'undefined' &&

Callers 1

vue.jsFile · 0.70

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected