1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 12:50:38 +08:00
2018-07-11 10:37:59 +08:00

6 lines
123 B
Vue

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