Changes
This commit is contained in:
@@ -312,7 +312,7 @@ let links = computed(() => {
|
||||
... dataStore.ownTenant.features.vehicles ? [{
|
||||
label: "Fahrzeuge",
|
||||
to: "/vehicles",
|
||||
icon: "i-heroicons-truck"
|
||||
icon: "i-heroicons-truck",
|
||||
}] : [],
|
||||
{
|
||||
label: "Stammdaten",
|
||||
@@ -476,7 +476,7 @@ const footerLinks = [/*{
|
||||
<UDashboardSearchButton label="Suche..."/>
|
||||
</template>
|
||||
|
||||
<UDashboardSidebarLinks :links="links" >
|
||||
<UDashboardSidebarLinks :links="links">
|
||||
|
||||
</UDashboardSidebarLinks>
|
||||
|
||||
@@ -540,5 +540,7 @@ const footerLinks = [/*{
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.testclass {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user