Skip to content

Commit 51aa399

Browse files
committed
add note about lack of async loading in browserify
1 parent 63bbfa7 commit 51aa399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,8 @@ Vue.component(
937937
)
938938
```
939939

940+
<p class="tip">If you're a <strong>Browserify</strong> user that would like to use async components, it's unfortunately not possible and probably never will be, as its creator has [made it clear](https://github.com/substack/node-browserify/issues/58#issuecomment-21978224) that async loading "is not something that Browserify will ever support." If this is a feature that's important to you, we recommend using Webpack instead.</p>
941+
940942
### Component Naming Conventions
941943

942944
When registering components (or props), you can use kebab-case, camelCase, or TitleCase. Vue doesn't care.

0 commit comments

Comments
 (0)