Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ on
Method
on
src/apis/effectScope.ts:41–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
on() {
42
if
(this.active) {
43
effectScopeStack.push(this)
44
activeEffectScope = this
45
}
46
}
47
48
off() {
49
if
(this.active) {
Callers
2
run
Method · 0.95
setCurrentInstance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected