You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/effect-scope.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
-
# Effect Scope API <Badgetext="3.2+" />
1
+
# エフェクトスコープ API <Badgetext="3.2+" />
2
2
3
3
:::info
4
-
Effect scope is an advanced API primarily intended for library authors. For details on how to leverage this API, please consult its corresponding [RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0041-reactivity-effect-scope.md).
4
+
エフェクトスコープは、主にライブラリの作成者を対象とした高度な API です。この API を活用する方法の詳細は、対応する [RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0041-reactivity-effect-scope.md) を参照してください。
5
5
:::
6
6
7
7
## `effectScope`
8
8
9
-
Creates an effect scope object which can capture the reactive effects (e.g. computed and watchers) created within it so that these effects can be disposed together.
Thismethodcanbeusedasanon-component-coupledreplacementof`onUnmounted`inreusablecompositionfunctions, sinceeachVuecomponent's `setup()` function is also invoked in an effect scope.
0 commit comments