mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
feat(print): add print example
This commit is contained in:
@@ -14,16 +14,10 @@ const menu: MenuModule = {
|
||||
{
|
||||
path: 'icon',
|
||||
name: t('routes.demo.feat.icon'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'ws',
|
||||
name: t('routes.demo.feat.ws'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'tabs',
|
||||
@@ -38,6 +32,13 @@ const menu: MenuModule = {
|
||||
path: 'download',
|
||||
name: t('routes.demo.feat.download'),
|
||||
},
|
||||
{
|
||||
path: 'print',
|
||||
name: t('routes.demo.feat.print'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'click-out-side',
|
||||
name: t('routes.demo.feat.clickOutSide'),
|
||||
@@ -98,14 +99,14 @@ const menu: MenuModule = {
|
||||
path: 'breadcrumb',
|
||||
|
||||
children: [
|
||||
{
|
||||
path: 'flat',
|
||||
name: t('routes.demo.feat.breadcrumbFlat'),
|
||||
},
|
||||
{
|
||||
path: 'flatDetail',
|
||||
name: t('routes.demo.feat.breadcrumbFlatDetail'),
|
||||
},
|
||||
// {
|
||||
// path: 'flat',
|
||||
// name: t('routes.demo.feat.breadcrumbFlat'),
|
||||
// },
|
||||
// {
|
||||
// path: 'flatDetail',
|
||||
// name: t('routes.demo.feat.breadcrumbFlatDetail'),
|
||||
// },
|
||||
{
|
||||
path: 'children',
|
||||
name: t('routes.demo.feat.breadcrumbChildrenDetail'),
|
||||
|
Reference in New Issue
Block a user