Skip to content

Commit

Permalink
Update components-registration.md
Browse files Browse the repository at this point in the history
changed example link of global registration to v2 branch, as link doesnt work when pointed at master branch
  • Loading branch information
wellspokenrambler authored Jun 6, 2023
1 parent d56ef7e commit f44a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/components-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ requireComponent.keys().forEach(fileName => {
})
```

Remember that **global registration must take place before the root Vue instance is created (with `new Vue`)**. [Here's an example](https://github.com/chrisvfritz/vue-enterprise-boilerplate/blob/master/src/components/_globals.js) of this pattern in a real project context.
Remember that **global registration must take place before the root Vue instance is created (with `new Vue`)**. [Here's an example](https://github.com/bencodezen/vue-enterprise-boilerplate/blob/vue-2-version/src/components/_globals.js) of this pattern in a real project context.

0 comments on commit f44a569

Please sign in to comment.