[web] Remove unnecessary CSS style

This commit is contained in:
Alain Nussbaumer
2024-03-05 12:16:55 +01:00
parent 2492f51022
commit 9ffe5d7df8
3 changed files with 4 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div id="app">
<navbar-top />
<vue-progress-bar class="fd-progress-bar has-background-info" />
<vue-progress-bar class="has-background-info" />
<router-view v-slot="{ Component }">
<component :is="Component" />
</router-view>