Skip to content

Commit ab3c23b

Browse files
committed
docs: 去除pages NuxtChild 里的参数 以免造成误解 & 错别字修改
1 parent 5e5c3be commit ab3c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/directory-structure/pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Nuxt将为我们生成下面的路由
101101
<template>
102102
<div>
103103
<h1>这里是 parent component</h1>
104-
<NuxtChild :foobar="123" />
104+
<NuxtChild />
105105
</div>
106106
</template>
107107
```

0 commit comments

Comments
 (0)