Skip to content

Commit 96bfff0

Browse files
authored
Update outdated lifecycle diagram link in docs (#2014)
1 parent 0d2607f commit 96bfff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/order-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default {
105105

106106
- `order` (`(string | string[])[]`) ... The order of properties. Elements are the property names or one of the following groups:
107107

108-
- `LIFECYCLE_HOOKS`: [Vue Lifecycle Events](https://v3.vuejs.org/guide/instance.html#lifecycle-diagram), in the order they are called
108+
- `LIFECYCLE_HOOKS`: [Vue Lifecycle Events](https://vuejs.org/guide/essentials/lifecycle.html#lifecycle-diagram), in the order they are called
109109
- `ROUTER_GUARDS`: [Vue Router Navigation Guards](https://router.vuejs.org/guide/advanced/navigation-guards.html#in-component-guards), in the order they are called
110110

111111
If an element is an array of strings, it means any of those can be placed there unordered. Default is above.

0 commit comments

Comments
 (0)