Skip to content

Commit 959a06d

Browse files
authored
refact instead 初期化にtrueに設定 to 初期化でtrueに設定 (#198)
1 parent 712c7ac commit 959a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/application-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ app.mixin({
146146

147147
- **使用方法**:
148148

149-
コンポーネントの初期化に `true` に設定することで、ブラウザの devtool 内の performance/timeline パネルにて、レンダリングおよびパッチにおけるパフォーマンスの追跡が可能となります。development モード並びに[performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) API が有効なブラウザでのみ機能します。
149+
コンポーネントの初期化で `true` に設定することで、ブラウザの devtool 内の performance/timeline パネルにて、レンダリングおよびパッチにおけるパフォーマンスの追跡が可能となります。development モード並びに[performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) API が有効なブラウザでのみ機能します。

0 commit comments

Comments
 (0)