Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ygs-code/vue
/ _enter
Function
_enter
vue.js:11549–11553 ·
view source on GitHub ↗
(_, vnode)
Source
from the content-addressed store, hash-verified
11547
}
11548
11549
function
_enter(_, vnode) {
11550
if
(vnode.data.show !== true) {
//如果不是show的时候
11551
enter(vnode);
11552
}
11553
}
11554
//
11555
var
transition = inBrowser ?
//如果是浏览器环境
11556
{
Callers
nothing calls this directly
Calls
1
enter
Function · 0.85
Tested by
no test coverage detected