We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e9e84 + 4c58625 commit d0c21b1Copy full SHA for d0c21b1
docs/en/essentials/getting-started.md
@@ -40,7 +40,8 @@ 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(), or just a component options object.
+// 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 = [
47
{ path: '/foo', component: Foo },
0 commit comments