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-resource.js:266–270 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
264
}
265
266
function
warn(msg) {
267
if
(typeof console !==
'undefined'
&& debug) {
268
console.warn(
'[VueResource warn]: '
+ msg);
269
}
270
}
271
272
function
error(msg) {
273
if
(typeof console !==
'undefined'
) {
Callers
1
exec
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected