index.vue 112 Bytes
<template>
  <div style="padding: 30px">
    <el-alert :closable="false" title="menu 2" />
  </div>
</template>