fix: overbodig code weg doen
This commit is contained in:
parent
85edb8feb5
commit
bed2caba08
2 changed files with 0 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
import { useRouter } from "vue-router";
|
|
||||||
|
|
||||||
import auth from "@/services/auth/auth-service.ts";
|
import auth from "@/services/auth/auth-service.ts";
|
||||||
|
|
||||||
|
@ -11,7 +10,6 @@
|
||||||
const { t, locale } = useI18n();
|
const { t, locale } = useI18n();
|
||||||
|
|
||||||
const role = auth.authState.activeRole;
|
const role = auth.authState.activeRole;
|
||||||
const router = useRouter();
|
|
||||||
|
|
||||||
const name = ref(auth.authState.user!.profile.name!);
|
const name = ref(auth.authState.user!.profile.name!);
|
||||||
const initials: string = name.value
|
const initials: string = name.value
|
||||||
|
|
|
@ -156,13 +156,6 @@ import {ref, computed, onMounted, watch} from "vue";
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-content {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
height: 100%;
|
|
||||||
min-height: 150px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-content {
|
.top-content {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue