🔨 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

@ -0,0 +1,8 @@
{
"hash": "47c7bee8",
"configHash": "9db2f33b",
"lockfileHash": "e3b0c442",
"browserHash": "0938dccf",
"optimized": {},
"chunks": {}
}

View File

@ -0,0 +1,3 @@
{
"type": "module"
}

Binary file not shown.

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>