quanyawei
2023-10-09 9e6f52a0a7d0d466db1cb0eaa5260be18b9b1032
1
2
3
4
5
<template functional>
  <div style="padding:30px;">
    <el-alert :closable="false" title="menu 1-2-1" type="warning" />
  </div>
</template>