1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-31 03:49:46 +08:00
mwx816443 b65b3fd796 Revert "配置 stylelint"
This reverts commit cd9eec31481314e318dafb69384a8fc0d035436a.
2020-05-30 15:51:02 +08:00

6 lines
142 B
Vue

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