forked from noxious/client
Minor formatting improvement
This commit is contained in:
parent
3936676f2c
commit
30845b80e9
@ -177,13 +177,9 @@ const handleResize = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Lifecycle
|
// Lifecycle
|
||||||
watch(
|
watch(() => mapObject.value, () => {
|
||||||
() => mapObject.value,
|
|
||||||
() => {
|
|
||||||
updateScene()
|
updateScene()
|
||||||
},
|
})
|
||||||
{ deep: true }
|
|
||||||
)
|
|
||||||
|
|
||||||
onMounted(() => window.addEventListener('resize', handleResize))
|
onMounted(() => window.addEventListener('resize', handleResize))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user