MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / warn$1

Function warn$1

06.Router/basic/js/vue-router.js:742–747  ·  view source on GitHub ↗

* Warn stuff. * * @param {String} msg

(msg)

Source from the content-addressed store, hash-verified

740 */
741
742 function warn$1(msg) {
743 /* istanbul ignore next */
744 if (typeof console !== 'undefined') {
745 console.error('[vue-router] ' + msg);
746 }
747 }
748
749 /**
750 * Resolve a relative path.

Callers 7

mapParamsFunction · 0.85
onErrorFunction · 0.85
nextFunction · 0.85
ViewFunction · 0.85
LinkFunction · 0.85
vue-router.jsFile · 0.85
guardComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected