1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-30 11:19:52 +08:00
mwx816443 0e1ed239e3 Revert "还原 stylelint"
This reverts commit 63aed4082f1357456b689b027d83927ae6b22b9b.
2020-06-06 09:06:36 +08:00

8 lines
165 B
Vue

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