Files
mes-ui-d2/src/pages/core/index/index.vue

10 lines
302 B
Vue
Raw Normal View History

<template>
<d2-container type="full">
<d2-demo-page-cover
title="I AM D2ADMIN"
sub-title="追求简约美感 & 上手即用的后台管理系统模板">
<img :src="`${$assetsPublicPath}static/image/icon/500/d2admin.png`">
</d2-demo-page-cover>
</d2-container>
</template>