diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index cf2e969..fbfe6eb 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -3,10 +3,30 @@ + + + + + + + + + {{navTitle}} + + + + + + + + {{navTitle}} + + + - @@ -113,7 +133,7 @@ this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit this.enableHeight = navInfo.navBar.enableHeight + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit - console.log(this); + console.log(style); }, methods: { /**