You've already forked vue-element-admin
7 lines
153 B
Vue
7 lines
153 B
Vue
<template>
|
|
<div style="margin-top:30px;">
|
|
<el-alert title="Children: Posts" type="warning" :closable="false">
|
|
</el-alert>
|
|
</div>
|
|
</template>
|