Skip to content

Commit 4c58625

Browse files
authored
Change to recommended language
1 parent 9cddafe commit 4c58625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Bar = { template: '<div>bar</div>' }
4040
// 2. Define some routes
4141
// Each route should map to a component. The "component" can
4242
// either be an actual component constructor created via
43-
// Vue.extend(), a component name created with Vue.component(),
43+
// Vue.extend(), a component id string registered via Vue.component(),
4444
// or just a component options object.
4545
// We'll talk about nested routes later.
4646
const routes = [

0 commit comments

Comments
 (0)