guoshipeng
2023-03-22 7b3c8b26fb663fb2c473883de9ff4be8c573300d
1
2
3
4
5
<template functional>
  <div style="padding:30px;">
    <el-alert :closable="false" title="menu 1-3" type="success" />
  </div>
</template>