Files
vue-element-admin/src/views/nested/menu1/menu1-1/index.vue
2019-03-17 17:40:51 +08:00

8 lines
165 B
Vue

<template>
<div style="padding:30px;">
<el-alert :closable="false" title="menu 1-1" type="success">
<router-view />
</el-alert>
</div>
</template>