Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/keepfool/vue-tutorials
/ warn
Function
warn
06.Router/basic/js/vue-router.js:129–133 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
127
128
var
noWarning = false;
129
function
warn(msg) {
130
if
(!noWarning && typeof console !==
'undefined'
) {
131
console.error(
'[vue-router] '
+ msg);
132
}
133
}
134
135
function
tryDecode(uri, asComponent) {
136
try {
Callers
1
tryDecode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected