feat: 移除废弃页面

This commit is contained in:
FairyEver 2020-08-31 22:19:56 +08:00
parent ebc9cf78cc
commit d88d393e29
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
<template>
<d2-container type="ghost">
<d2-module-index-banner slot="header" v-bind="banner"/>
</d2-container>
</template>
<script>
export default {
data () {
return {
banner: {
title: 'ElementUI',
subTitle: 'D2Admin 集成由饿了么出品的 ElementUI',
link: 'http://element.eleme.io'
}
}
}
}
</script>