Blame view

src/views/nested/menu1/menu1-1/index.vue 306 Bytes
80a28914e   吉鹏   init
1
2
3
4
5
6
7
  <template>
    <div style="padding:30px;">
      <el-alert :closable="false" title="menu 1-1" type="success">
        <router-view />
      </el-alert>
    </div>
  </template>
1172ebb79   Adam   auto commit the c...
8
9
10
11
12
  <template functional>
    <div style="padding:30px;">
      <el-alert :closable="false" title="menu 1-2-1" type="warning" />
    </div>
  </template>