1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 01:32:04 +08:00
2018-08-17 18:36:13 +08:00

6 lines
140 B
Vue

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