add footer-nav

This commit is contained in:
Leopoldthecoder
2016-09-07 14:18:17 +08:00
parent 267f3c20bc
commit 74abc40bf3
7 changed files with 115 additions and 14 deletions

View File

@@ -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>