7 lines
155 B
Vue
7 lines
155 B
Vue
<template>
|
|
<div style="margin-top:30px;">
|
|
<el-alert title="Children: Profile" type="success" :closable="false">
|
|
</el-alert>
|
|
</div>
|
|
</template>
|