🔨 Update dockerfile

This commit is contained in:
2024-06-26 16:35:32 +08:00
parent 1c1b287650
commit 200a1f9dfc
7 changed files with 28 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<template>
<v-navigation-drawer :model-value="props.open" @update:model-value="val => emits('update:open', val)" location="right"
<v-navigation-drawer :model-value="props.open" @update:model-value="(val: any) => emits('update:open', val)" location="right"
temporary order="0" width="400">
<v-list-item prepend-icon="mdi-bell" title="Notifications" class="py-3"></v-list-item>