Files
mes-ui-d2/src/views/demo/plugins/index/index.vue

10 lines
237 B
Vue
Raw Normal View History

<template>
<d2-container type="full">
<d2-demo-page-cover
title="插件演示"
sub-title="D2Admin 集成了许多实用插件">
<img src="./image/icon.png">
</d2-demo-page-cover>
</d2-container>
</template>