mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-31 03:49:46 +08:00
6 lines
142 B
Vue
6 lines
142 B
Vue
<template functional>
|
|
<div style="padding:30px;">
|
|
<el-alert :closable="false" title="menu 1-2-1" type="warning" />
|
|
</div>
|
|
</template>
|