1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-04 16:30:55 +08:00
mwx816443 b65b3fd796 Revert "配置 stylelint"
This reverts commit cd9eec31481314e318dafb69384a8fc0d035436a.
2020-05-30 15:51:02 +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>