9 lines
268 B
Vue
9 lines
268 B
Vue
|
|
<template>
|
||
|
|
<Container type="card-full">
|
||
|
|
<PageIndexArticle
|
||
|
|
title="内置组件"
|
||
|
|
sub-title="D2Admin 为你提供了一些上手即用的组件">
|
||
|
|
<img src="@/assets/image/logo/w500-component.png">
|
||
|
|
</PageIndexArticle>
|
||
|
|
</Container>
|
||
|
|
</template>
|