update layout all
This commit is contained in:
No files matched your search
@@ -18,6 +18,9 @@
|
||||
alt="Antrean Logo"
|
||||
class="sidebar-logo"
|
||||
:class="{ 'sidebar-logo-rail': rail }"
|
||||
width="32"
|
||||
height="32"
|
||||
style="width: 32px; height: 32px; object-fit: contain;"
|
||||
/>
|
||||
</div>
|
||||
<v-list-item-title
|
||||
@@ -249,7 +252,7 @@
|
||||
</v-navigation-drawer>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { defineProps, defineEmits, onMounted, ref, watch } from "vue";
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import { navigateTo } from "#app";
|
||||
import { useLocalStorage } from "@vueuse/core";
|
||||
import ProfilePopup from "./ProfilePopup.vue";
|
||||
|
||||
Reference in New Issue
Block a user