We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c587f commit 9cddafeCopy full SHA for 9cddafe
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 name created with 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