Fix app title display issue

This commit is contained in:
An Phan 2016-06-26 19:01:07 +08:00
parent 53d69ebce5
commit 682020174f
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -1,6 +1,6 @@
<template>
<header id="mainHeader">
<h1 class="brand" v-once="appTitle"></h1>
<h1 class="brand">{{ appTitle }}</h1>
<span class="hamburger" @click="toggleSidebar">
<i class="fa fa-bars"></i>
</span>