You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
411 lines
10 KiB
411 lines
10 KiB
export default [
|
|
{
|
|
path: 'avatar',
|
|
component: () => import('../components/avatar/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'avatar-cn',
|
|
component: () => import('../components/avatar/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'badge',
|
|
component: () => import('../components/badge/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'badge-cn',
|
|
component: () => import('../components/badge/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'breadcrumb',
|
|
component: () => import('../components/breadcrumb/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'breadcrumb-cn',
|
|
component: () => import('../components/breadcrumb/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'button',
|
|
component: () => import('../components/button/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'button-cn',
|
|
component: () => import('../components/button/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'card',
|
|
component: () => import('../components/card/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'card-cn',
|
|
component: () => import('../components/card/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'checkbox',
|
|
component: () => import('../components/checkbox/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'checkbox-cn',
|
|
component: () => import('../components/checkbox/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'grid',
|
|
component: () => import('../components/grid/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'grid-cn',
|
|
component: () => import('../components/grid/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'icon',
|
|
component: () => import('../components/icon/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'icon-cn',
|
|
component: () => import('../components/icon/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'input',
|
|
component: () => import('../components/input/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'input-cn',
|
|
component: () => import('../components/input/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'select',
|
|
component: () => import('../components/select/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'select-cn',
|
|
component: () => import('../components/select/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'menu',
|
|
component: () => import('../components/menu/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'menu-cn',
|
|
component: () => import('../components/menu/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'pagination',
|
|
component: () => import('../components/pagination/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'pagination-cn',
|
|
component: () => import('../components/pagination/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'popconfirm',
|
|
component: () => import('../components/popconfirm/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'popconfirm-cn',
|
|
component: () => import('../components/popconfirm/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'popover',
|
|
component: () => import('../components/popover/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'popover-cn',
|
|
component: () => import('../components/popover/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'radio',
|
|
component: () => import('../components/radio/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'radio-cn',
|
|
component: () => import('../components/radio/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'rate',
|
|
component: () => import('../components/rate/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'rate-cn',
|
|
component: () => import('../components/rate/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tabs',
|
|
component: () => import('../components/tabs/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tabs-cn',
|
|
component: () => import('../components/tabs/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tag',
|
|
component: () => import('../components/tag/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tag-cn',
|
|
component: () => import('../components/tag/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tooltip',
|
|
component: () => import('../components/tooltip/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tooltip-cn',
|
|
component: () => import('../components/tooltip/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'dropdown',
|
|
component: () => import('../components/dropdown/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'dropdown-cn',
|
|
component: () => import('../components/dropdown/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'divider',
|
|
component: () => import('../components/divider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'divider-cn',
|
|
component: () => import('../components/divider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'collapse',
|
|
component: () => import('../components/collapse/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'collapse-cn',
|
|
component: () => import('../components/collapse/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'notification',
|
|
component: () => import('../components/notification/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'notification-cn',
|
|
component: () => import('../components/notification/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'message',
|
|
component: () => import('../components/message/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'message-cn',
|
|
component: () => import('../components/message/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'spin',
|
|
component: () => import('../components/spin/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'spin-cn',
|
|
component: () => import('../components/spin/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'switch',
|
|
component: () => import('../components/switch/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'switch-cn',
|
|
component: () => import('../components/switch/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'auto-complete',
|
|
component: () => import('../components/auto-complete/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'auto-complete-cn',
|
|
component: () => import('../components/auto-complete/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'affix',
|
|
component: () => import('../components/affix/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'affix-cn',
|
|
component: () => import('../components/affix/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'cascader',
|
|
component: () => import('../components/cascader/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'cascader-cn',
|
|
component: () => import('../components/cascader/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'back-top',
|
|
component: () => import('../components/back-top/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'back-top-cn',
|
|
component: () => import('../components/back-top/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'modal',
|
|
component: () => import('../components/modal/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'modal-cn',
|
|
component: () => import('../components/modal/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'alert',
|
|
component: () => import('../components/alert/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'alert-cn',
|
|
component: () => import('../components/alert/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'time-picker',
|
|
component: () => import('../components/time-picker/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'time-picker-cn',
|
|
component: () => import('../components/time-picker/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'steps',
|
|
component: () => import('../components/steps/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'steps-cn',
|
|
component: () => import('../components/steps/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'calendar',
|
|
component: () => import('../components/calendar/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'calendar-cn',
|
|
component: () => import('../components/calendar/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'date-picker',
|
|
component: () => import('../components/date-picker/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'date-picker-cn',
|
|
component: () => import('../components/date-picker/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'locale-provider',
|
|
component: () => import('../components/locale-provider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'locale-provider-cn',
|
|
component: () => import('../components/locale-provider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'slider',
|
|
component: () => import('../components/slider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'slider-cn',
|
|
component: () => import('../components/slider/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'progress',
|
|
component: () => import('../components/progress/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'progress-cn',
|
|
component: () => import('../components/progress/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'timeline',
|
|
component: () => import('../components/timeline/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'timeline-cn',
|
|
component: () => import('../components/timeline/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'table',
|
|
component: () => import('../components/table/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'table-cn',
|
|
component: () => import('../components/table/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'input-number',
|
|
component: () => import('../components/input-number/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'input-number-cn',
|
|
component: () => import('../components/input-number/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'transfer',
|
|
component: () => import('../components/transfer/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'transfer-cn',
|
|
component: () => import('../components/transfer/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'upload',
|
|
component: () => import('../components/upload/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'upload-cn',
|
|
component: () => import('../components/upload/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tree',
|
|
component: () => import('../components/tree/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tree-cn',
|
|
component: () => import('../components/tree/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tree-select',
|
|
component: () => import('../components/tree-select/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'tree-select-cn',
|
|
component: () => import('../components/tree-select/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'layout',
|
|
component: () => import('../components/layout/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'layout-cn',
|
|
component: () => import('../components/layout/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'form',
|
|
component: () => import('../components/form/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'form-cn',
|
|
component: () => import('../components/form/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'anchor',
|
|
component: () => import('../components/anchor/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'anchor-cn',
|
|
component: () => import('../components/anchor/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'list',
|
|
component: () => import('../components/list/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'list-cn',
|
|
component: () => import('../components/list/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'carousel',
|
|
component: () => import('../components/carousel/demo/index.vue'),
|
|
},
|
|
{
|
|
path: 'carousel-cn',
|
|
component: () => import('../components/carousel/demo/index.vue'),
|
|
},
|
|
]
|