Skip to content

Commit f44a569

Browse files
Update components-registration.md
changed example link of global registration to v2 branch, as link doesnt work when pointed at master branch
1 parent d56ef7e commit f44a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-registration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ requireComponent.keys().forEach(fileName => {
229229
})
230230
```
231231

232-
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.
232+
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 commit comments

Comments
 (0)