cloud-admin-lite
Version:
base on vue cloud-ui.vusion template
41 lines (40 loc) • 879 B
JavaScript
export default {
sidebar: [
'overview',
'demo',
'exception',
'|',
{
title: '禁用测试',
to: '/disabled',
disabled: true,
},
'|',
{
title: '链接测试',
href: 'https://c.163yun.com/',
},
],
navbar: [
'demo',
'|',
{
title: 'Cloud UI',
href: 'https://vusion.github.io/cloud-ui',
},
{
title: 'Vusion 官网',
href: 'https://vusion.github.io',
},
'|',
{
title: '模板文档',
href: 'https://vusion-templates.github.io/cloud-admin-site',
},
{
title: 'GitHub',
href: 'https://github.com/vusion-templates/cloud-admin-lite',
},
],
normal: [],
};