From f44a569e56593cc95c7b055fa4fc2aaddf898bc7 Mon Sep 17 00:00:00 2001 From: wellspokenrambler <36102623+wellspokenrambler@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:40:17 +0100 Subject: [PATCH] Update components-registration.md changed example link of global registration to v2 branch, as link doesnt work when pointed at master branch --- src/v2/guide/components-registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/components-registration.md b/src/v2/guide/components-registration.md index 9d4c027fc3..122b848639 100644 --- a/src/v2/guide/components-registration.md +++ b/src/v2/guide/components-registration.md @@ -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.