Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update index in api #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/v2/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type: api

Define custom key alias(es) for `v-on`.

### performance
### الأداء

> جديد في الاصدار 2.2.0+

Expand All @@ -162,7 +162,7 @@ type: api

- **طريقة الاستخدام**:

Set this to `true` to enable component init, compile, render and patch performance tracing in the browser devtool performance/timeline panel. Only works in development mode and in browsers that support the [performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) API.
قم بتعيين هذا على "صواب" لتمكين تتبع أداء المكون، وتجميع، وتقديم، وتصحيحها في لوحة أداء/تسلسل زمني لأداة المستعرض. يعمل فقط في وضع التطوير وفي المستعرضات التي تدعم [performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) API.

### productionTip

Expand Down