hide empty ticker
This commit is contained in:
parent
f01cf0fbe0
commit
fdeab38203
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<TitleBar :title="title_html" />
|
<TitleBar :title="title_html" />
|
||||||
<HelloWorld />
|
<HelloWorld />
|
||||||
</v-main>
|
</v-main>
|
||||||
<TickerBar :content="ticker_html" />
|
<TickerBar v-if="ticker_html !== ''" :content="ticker_html" />
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue