docs: update README.md

fix: fix useScrollTo not work bug

feat: add doucment link
This commit is contained in:
陈凯龙
2022-02-22 11:27:29 +08:00
parent be94a09f4c
commit 53201ae97a
11 changed files with 58 additions and 6 deletions

View File

@@ -87,6 +87,22 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
}
]
},
{
path: '/external-link',
component: Layout,
meta: {},
name: 'ExternalLink',
children: [
{
path: 'https://element-plus-admin-doc.cn/',
name: 'DocumentLink',
meta: {
title: t('router.document'),
icon: 'clarity:document-solid'
}
}
]
},
{
path: '/guide',
component: Layout,