mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-04 16:30:55 +08:00
6 lines
140 B
Vue
6 lines
140 B
Vue
<template functional>
|
|
<div style="padding:30px;">
|
|
<el-alert :closable="false" title="menu 1-3" type="success" />
|
|
</div>
|
|
</template>
|