We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cddafe commit 4c58625Copy full SHA for 4c58625
docs/en/essentials/getting-started.md
@@ -40,7 +40,7 @@ const Bar = { template: '<div>bar</div>' }
40
// 2. Define some routes
41
// Each route should map to a component. The "component" can
42
// either be an actual component constructor created via
43
-// Vue.extend(), a component name created with Vue.component(),
+// Vue.extend(), a component id string registered via Vue.component(),
44
// or just a component options object.
45
// We'll talk about nested routes later.
46
const routes = [
0 commit comments