docs: 更新文档

This commit is contained in:
wanchun 2022-03-22 12:02:33 +08:00
parent 35196676d2
commit 3099bbd1b6
2 changed files with 4 additions and 4 deletions

View File

@ -185,10 +185,11 @@ const router = new VueRouter({
})
```
接下来我们来配置 `meta`
<CodeGroup>
<CodeGroupItem title="vue" active>
在 Fes.js 里约定在 `.vue`单文件组件中的 `config`区块 为 `meta` 配置。如果 `pages/a.vue` 中有如下配置:
```vue
<config>
{
@ -199,7 +200,6 @@ const router = new VueRouter({
```
</CodeGroupItem>
<CodeGroupItem title="jsx">
```jsx

View File

@ -185,10 +185,11 @@ const router = new VueRouter({
})
```
接下来我们来配置 `meta`
<CodeGroup>
<CodeGroupItem title="vue" active>
在 Fes.js 里约定在 `.vue`单文件组件中的 `config`区块 为 `meta` 配置。如果 `pages/a.vue` 中有如下配置:
```vue
<config>
{
@ -199,7 +200,6 @@ const router = new VueRouter({
```
</CodeGroupItem>
<CodeGroupItem title="jsx">
```jsx