mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
add favicons
This commit is contained in:
@@ -30,7 +30,7 @@ Vue.use(ZanUI.Lazyload, {
|
||||
const routesConfig = routes(navConfig);
|
||||
routesConfig.push({
|
||||
path: '/',
|
||||
redirect: '/component/install'
|
||||
redirect: '/component/quickstart'
|
||||
});
|
||||
|
||||
const router = new VueRouter({
|
||||
|
@@ -6,10 +6,6 @@ module.exports = {
|
||||
"groups": [
|
||||
{
|
||||
"list": [
|
||||
{
|
||||
"path": "/install",
|
||||
"title": "安装"
|
||||
},
|
||||
{
|
||||
"path": "/quickstart",
|
||||
"title": "快速上手"
|
||||
@@ -19,7 +15,7 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ZanUI组件",
|
||||
"name": "Vant组件",
|
||||
"showInMobile": true,
|
||||
"groups": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user