hide empty ticker

This commit is contained in:
Jörn-Michael Miehe 2022-09-12 23:49:16 +00:00
parent f01cf0fbe0
commit fdeab38203

View file

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