Skip to content

Commit 8ab89be

Browse files
authored
chore: update performance mark api ref (vuejs#1578)
1 parent 4fe51f8 commit 8ab89be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Assign a custom handler for runtime warnings from Vue.
387387

388388
## app.config.performance
389389

390-
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](/) API.
390+
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.
391391

392392
- **Type**: `boolean`
393393

0 commit comments

Comments
 (0)