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