代码优化
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<template >
|
||||
<div style="padding:30px;">
|
||||
<el-alert :closable="false" title="三级菜单1" type="success">
|
||||
<router-view />
|
||||
</el-alert>
|
||||
<el-alert :closable="false" title="三级菜单1" type="success"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div style="padding:30px;">
|
||||
<el-alert :closable="false" title="三级菜单2" type="success">
|
||||
<router-view />
|
||||
</el-alert>
|
||||
<el-alert :closable="false" title="三级菜单2" type="success"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user