Skip to content

Commit 11174bc

Browse files
committed
Frontend: Change :model-value to v-model in lightbox.vue photoprism#4777
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 9188f01 commit 11174bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/lightbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<v-dialog
33
ref="dialog"
4-
:model-value="visible"
4+
v-model="visible"
55
:scrollable="false"
66
fullscreen
77
scrim

0 commit comments

Comments
 (0)