Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ off
Method
off
src/apis/effectScope.ts:48–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
off() {
49
if
(this.active) {
50
effectScopeStack.pop()
51
activeEffectScope = effectScopeStack[effectScopeStack.length - 1]
52
}
53
}
54
55
stop() {
56
if
(this.active) {
Callers
2
run
Method · 0.95
setCurrentInstance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected