mirror of
https://github.com/koel/koel
synced 2025-02-16 13:28:32 +00:00
Fix app title display issue
This commit is contained in:
parent
53d69ebce5
commit
682020174f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue