chore: edit extend -> resources

This commit is contained in:
就眠儀式
2022-03-12 20:35:42 +08:00
parent 3b06a2ec87
commit 4153a78043
6 changed files with 10 additions and 134 deletions

View File

@@ -1,10 +1,10 @@
import BaseLayout from "../layouts/Layout.vue";
import Component from "../view/component.vue";
import Hooks from "../view/hooks.vue";
import Guide from "../view/guide.vue";
import Index from "../view/index.vue";
import Extend from "../view/extend.vue";
import Resource from "../view/resource.vue";
import Material from "../view/material.vue";
import BaseLayout from "../layouts/Layout.vue";
import Component from "../view/component.vue";
const zhCN = [
{
path: "/",
@@ -18,8 +18,8 @@ const zhCN = [
meta: { title: "指南" },
},
{
path: "/zh-CN/extend",
component: Extend,
path: "/zh-CN/resources",
component: Resource,
meta: { title: "生态" },
},
{