zhanghua
2024-09-26 7c4b4367a6f24c728437134c5e977aa63d022fa1
1
2
3
4
5
<template functional>
  <div style="padding:30px;">
    <el-alert :closable="false" title="menu 1-2-1" type="warning" />
  </div>
</template>