Skip to content

Commit

Permalink
Update outdated lifecycle diagram link in docs (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1an committed Oct 21, 2022
1 parent 0d2607f commit 96bfff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/order-in-components.md
Expand Up @@ -105,7 +105,7 @@ export default {

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

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

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

0 comments on commit 96bfff0

Please sign in to comment.