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

Function _enter

static/vuejs/vue.common.js:6659–6663  ·  view source on GitHub ↗
(_, vnode)

Source from the content-addressed store, hash-verified

6657}
6658
6659function _enter (_, vnode) {
6660 if (!vnode.data.show) {
6661 enter(vnode);
6662 }
6663}
6664
6665var transition = inBrowser ? {
6666 create: _enter,

Callers

nothing calls this directly

Calls 1

enterFunction · 0.70

Tested by

no test coverage detected