Blame view

src/views/nested/menu1/menu1-2/menu1-2-2/index.vue 142 Bytes
80a28914e   吉鹏   init
1
2
3
4
5
  <template functional>
    <div style="padding:30px;">
      <el-alert :closable="false" title="menu 1-2-2" type="warning" />
    </div>
  </template>