mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
add footer-nav
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
</el-col>
|
||||
<el-col :span="18">
|
||||
<router-view class="content"></router-view>
|
||||
<footer-nav></footer-nav>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@@ -56,9 +57,6 @@
|
||||
return {
|
||||
navsData: navs
|
||||
};
|
||||
},
|
||||
updated() {
|
||||
console.log(this.navsData);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user