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

@@ -37,6 +37,22 @@ const adminList = [
}
]
},
{
path: '/external-link',
component: '#',
meta: {},
name: 'ExternalLink',
children: [
{
path: 'https://element-plus-admin-doc.cn/',
name: 'DocumentLink',
meta: {
title: 'router.document',
icon: 'clarity:document-solid'
}
}
]
},
{
path: '/guide',
component: '#',
@@ -414,6 +430,8 @@ const testList: string[] = [
'/dashboard',
'/dashboard/analysis',
'/dashboard/workplace',
'external-link',
'https://element-plus-admin-doc.cn/',
'/guide',
'/guide/index',
'/components',