mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
hotfix: tame typescript beast
This commit is contained in:
parent
f122c382e9
commit
5db4dedc3f
@ -54,7 +54,7 @@ export default defineComponent({
|
|||||||
get() {
|
get() {
|
||||||
return itemLocal.value;
|
return itemLocal.value;
|
||||||
},
|
},
|
||||||
set(v) {
|
set(v: string) {
|
||||||
itemUTC.value = timeLocalToUTC(v);
|
itemUTC.value = timeLocalToUTC(v);
|
||||||
itemLocal.value = v;
|
itemLocal.value = v;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user