no message
Former-commit-id: 2d9baa5f953968c9e176ec204e0d1f0016b8e5e7 [formerly 2d9baa5f953968c9e176ec204e0d1f0016b8e5e7 [formerly 2d9baa5f953968c9e176ec204e0d1f0016b8e5e7 [formerly 2d9baa5f953968c9e176ec204e0d1f0016b8e5e7 [formerly fae47b04b168a836e0f8d668d31aad807adc55e6 [formerly 69b39e633e0a0b0e6f31194b3da511f1dd5c758e]]]]] Former-commit-id: 8609c28d1f7218b9ca13c31df58ce2e61d9e1e1c Former-commit-id: 4790fb17bb6642f4d713ed97b9e56f2c4eb3ec3d Former-commit-id: 8957550b8de7fc893bfb94506f84b4384b76a5d7 [formerly 39ea0131d6a6e2c1223b5ce13873daf57c2a9512] Former-commit-id: 2844c6c4aecc35d0dd16db0750de805dda9b92bc Former-commit-id: ab039265b1a43a75eec326f1ec02356376df7933 Former-commit-id: d8f79704be9d946f1dc4a41fbd3cae191da9328c Former-commit-id: cecc64f8a1809d694514c492357afd8d1f3b42d3 Former-commit-id: 84ec19500cce31f75b4833f21918df8c24cdad96
This commit is contained in:
@@ -162,6 +162,40 @@ const demoElement = {
|
||||
{ path: `${pre}form-transfer`, title: '穿梭框' },
|
||||
{ path: `${pre}form-form`, title: '表单' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}data`,
|
||||
title: '数据',
|
||||
children: [
|
||||
{ path: `${pre}data-table`, title: '表格' },
|
||||
{ path: `${pre}data-tag`, title: '标签' },
|
||||
{ path: `${pre}data-progress`, title: '进度条' },
|
||||
{ path: `${pre}data-tree`, title: '树形控件' },
|
||||
{ path: `${pre}data-pagination`, title: '分页' },
|
||||
{ path: `${pre}data-badge`, title: '标记' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}notice`,
|
||||
title: '消息',
|
||||
children: [
|
||||
{ path: `${pre}notice-alert`, title: '警告' },
|
||||
{ path: `${pre}notice-loading`, title: '加载' },
|
||||
{ path: `${pre}notice-message`, title: '消息提示' },
|
||||
{ path: `${pre}notice-message-box`, title: '弹框' },
|
||||
{ path: `${pre}notice-notification`, title: '通知' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}navigation`,
|
||||
title: '导航',
|
||||
children: [
|
||||
{ path: `${pre}navigation-menu`, title: '导航菜单' },
|
||||
{ path: `${pre}navigation-tabs`, title: '标签页' },
|
||||
{ path: `${pre}navigation-breadcrumb`, title: '面包屑' },
|
||||
{ path: `${pre}navigation-dropdown`, title: '下拉菜单' },
|
||||
{ path: `${pre}navigation-steps`, title: '步骤条' }
|
||||
]
|
||||
}
|
||||
])('/demo/element/')
|
||||
}
|
||||
|
||||
7
src/pages/demo/element/data-badge/index.vue
Normal file
7
src/pages/demo/element/data-badge/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/data-pagination/index.vue
Normal file
7
src/pages/demo/element/data-pagination/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/data-progress/index.vue
Normal file
7
src/pages/demo/element/data-progress/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/data-table/index.vue
Normal file
7
src/pages/demo/element/data-table/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/data-tag/index.vue
Normal file
7
src/pages/demo/element/data-tag/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/data-tree/index.vue
Normal file
7
src/pages/demo/element/data-tree/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/navigation-breadcrumb/index.vue
Normal file
7
src/pages/demo/element/navigation-breadcrumb/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/navigation-dropdown/index.vue
Normal file
7
src/pages/demo/element/navigation-dropdown/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/navigation-menu/index.vue
Normal file
7
src/pages/demo/element/navigation-menu/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/navigation-steps/index.vue
Normal file
7
src/pages/demo/element/navigation-steps/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/navigation-tabs/index.vue
Normal file
7
src/pages/demo/element/navigation-tabs/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/notice-alert/index.vue
Normal file
7
src/pages/demo/element/notice-alert/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/notice-loading/index.vue
Normal file
7
src/pages/demo/element/notice-loading/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/notice-message-box/index.vue
Normal file
7
src/pages/demo/element/notice-message-box/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/notice-message/index.vue
Normal file
7
src/pages/demo/element/notice-message/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
7
src/pages/demo/element/notice-notification/index.vue
Normal file
7
src/pages/demo/element/notice-notification/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<d2-container>
|
||||
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
|
||||
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI,欲了解更多该组件的信息请查阅以下链接</p>
|
||||
<d2-demo-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
|
||||
</d2-container>
|
||||
</template>
|
||||
@@ -1 +1 @@
|
||||
e7a207dac2e68bd2f67dba3415969d3781afb14c
|
||||
bd37d84b4c901b54d19d0a24b5711c434d27091c
|
||||
Reference in New Issue
Block a user