mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-28 14:09:56 +08:00
14 lines
297 B
Vue
14 lines
297 B
Vue
<template>
|
|
<div class="menu1-1-container">
|
|
<el-alert :closable="false" title="嵌套路由 1-1" type="success">
|
|
<router-view />
|
|
</el-alert>
|
|
</div>
|
|
</template>
|
|
<style lang="scss" scoped>
|
|
[class*="-container"] {
|
|
padding: 15px;
|
|
background: $base-color-white;
|
|
}
|
|
</style>
|