MCPcopy Index your code
hub / github.com/ygs-code/vue / popTarget

Function popTarget

vue.js:1056–1059  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1054
1055 //
1056 function popTarget() {
1057 // 出盏一个pushTarget
1058 Dep.target = targetStack.pop();
1059 }
1060
1061 /*
1062 * 创建标准的vue vnode

Callers 3

callHookFunction · 0.85
vue.jsFile · 0.85
getDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected