1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-30 19:39:47 +08:00
2020-05-30 16:21:23 +08:00

6 lines
141 B
Vue

<template functional>
<div style="padding: 30px;">
<el-alert :closable="false" title="menu 1-3" type="success" />
</div>
</template>