Files
vue-element-admin/src/views/nested/bar/posts.vue
2018-06-21 14:26:25 +08:00

7 lines
153 B
Vue

<template>
<div style="margin-top:30px;">
<el-alert title="Children: Posts" type="warning" :closable="false">
</el-alert>
</div>
</template>