Skip to content

Commit d0be6b6

Browse files
kazuponchrisvfritz
authored andcommitted
improve vue devtools referencing (#472)
1 parent aaa22ab commit d0be6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
779779

780780
Allow the component to recursively invoke itself in its template. Note that when a component is registered globally with `Vue.component()`, the global ID is automatically set as its name.
781781

782-
Another benefit of specifying a `name` option is debugging. Named components result in more helpful warning messages. Also, when inspecting an app in the Vue devtool, unnamed components will show up as `<AnonymousComponent>`, which isn't very informative. By providing the `name` option, you will get a much more informative component tree.
782+
Another benefit of specifying a `name` option is debugging. Named components result in more helpful warning messages. Also, when inspecting an app in the [vue-devtools](https://github.com/vuejs/vue-devtools), unnamed components will show up as `<AnonymousComponent>`, which isn't very informative. By providing the `name` option, you will get a much more informative component tree.
783783

784784
### extends
785785

0 commit comments

Comments
 (0)