diff --git a/app/components/Common/ButtonSelector.vue b/app/components/Common/ButtonSelector.vue index 97f3d36..93ea9b5 100644 --- a/app/components/Common/ButtonSelector.vue +++ b/app/components/Common/ButtonSelector.vue @@ -1,4 +1,6 @@ - +defineOptions({ + render: () => null, +}); + diff --git a/app/components/Contact/BottomScreen/Background.vue b/app/components/Contact/BottomScreen/Background.vue index d5757f1..446a054 100644 --- a/app/components/Contact/BottomScreen/Background.vue +++ b/app/components/Contact/BottomScreen/Background.vue @@ -1,30 +1,24 @@ - - diff --git a/app/components/Contact/BottomScreen/Bars.vue b/app/components/Contact/BottomScreen/Bars.vue index 3525669..d9ec6d4 100644 --- a/app/components/Contact/BottomScreen/Bars.vue +++ b/app/components/Contact/BottomScreen/Bars.vue @@ -1,50 +1,39 @@ - +defineOptions({ + render: () => null, +}); + diff --git a/app/components/Contact/BottomScreen/Buttons.vue b/app/components/Contact/BottomScreen/Buttons.vue index 41012f0..bd9d618 100644 --- a/app/components/Contact/BottomScreen/Buttons.vue +++ b/app/components/Contact/BottomScreen/Buttons.vue @@ -1,22 +1,18 @@ - - diff --git a/app/components/Contact/TopScreen/Background.vue b/app/components/Contact/TopScreen/Background.vue index 5528525..be3a3ba 100644 --- a/app/components/Contact/TopScreen/Background.vue +++ b/app/components/Contact/TopScreen/Background.vue @@ -1,30 +1,24 @@ - - diff --git a/app/components/Contact/TopScreen/LeftBar.vue b/app/components/Contact/TopScreen/LeftBar.vue index 7826192..0581cf0 100644 --- a/app/components/Contact/TopScreen/LeftBar.vue +++ b/app/components/Contact/TopScreen/LeftBar.vue @@ -1,33 +1,27 @@ - - diff --git a/app/components/Contact/TopScreen/Notifications.vue b/app/components/Contact/TopScreen/Notifications.vue index 5142413..8726042 100644 --- a/app/components/Contact/TopScreen/Notifications.vue +++ b/app/components/Contact/TopScreen/Notifications.vue @@ -1,13 +1,16 @@ - +defineOptions({ + render: () => null, +}); + diff --git a/app/components/Home/BottomScreen/Background.vue b/app/components/Home/BottomScreen/Background.vue index a858735..4917cd6 100644 --- a/app/components/Home/BottomScreen/Background.vue +++ b/app/components/Home/BottomScreen/Background.vue @@ -1,21 +1,17 @@ - - diff --git a/app/components/Home/BottomScreen/Buttons/ContactButton.vue b/app/components/Home/BottomScreen/Buttons/ContactButton.vue index 0456787..a5c17d9 100644 --- a/app/components/Home/BottomScreen/Buttons/ContactButton.vue +++ b/app/components/Home/BottomScreen/Buttons/ContactButton.vue @@ -1,24 +1,20 @@ - - diff --git a/app/components/Home/BottomScreen/Buttons/DownloadPlayButton.vue b/app/components/Home/BottomScreen/Buttons/DownloadPlayButton.vue index 0b6ac52..1f0e490 100644 --- a/app/components/Home/BottomScreen/Buttons/DownloadPlayButton.vue +++ b/app/components/Home/BottomScreen/Buttons/DownloadPlayButton.vue @@ -1,24 +1,20 @@ - - diff --git a/app/components/Home/BottomScreen/Buttons/GameButton.vue b/app/components/Home/BottomScreen/Buttons/GameButton.vue index 5acdbc8..1e32fc7 100644 --- a/app/components/Home/BottomScreen/Buttons/GameButton.vue +++ b/app/components/Home/BottomScreen/Buttons/GameButton.vue @@ -1,24 +1,20 @@ - - diff --git a/app/components/Home/TopScreen/Background.vue b/app/components/Home/TopScreen/Background.vue index be4ef90..b3636cb 100644 --- a/app/components/Home/TopScreen/Background.vue +++ b/app/components/Home/TopScreen/Background.vue @@ -1,21 +1,17 @@ - - diff --git a/app/components/Home/TopScreen/Calendar.vue b/app/components/Home/TopScreen/Calendar.vue index 387d456..9de3cb8 100644 --- a/app/components/Home/TopScreen/Calendar.vue +++ b/app/components/Home/TopScreen/Calendar.vue @@ -1,15 +1,18 @@ - +defineOptions({ + render: () => null, +}); + diff --git a/app/components/Home/TopScreen/Clock.vue b/app/components/Home/TopScreen/Clock.vue index 32da937..c66e90b 100644 --- a/app/components/Home/TopScreen/Clock.vue +++ b/app/components/Home/TopScreen/Clock.vue @@ -1,10 +1,12 @@ - +defineOptions({ + render: () => null, +}); + diff --git a/app/components/Home/TopScreen/StatusBar.vue b/app/components/Home/TopScreen/StatusBar.vue index 354b96d..e82c9b9 100644 --- a/app/components/Home/TopScreen/StatusBar.vue +++ b/app/components/Home/TopScreen/StatusBar.vue @@ -1,26 +1,26 @@ - - diff --git a/app/components/Projects/BottomScreen/Background.vue b/app/components/Projects/BottomScreen/Background.vue index 933d6b1..c56c8af 100644 --- a/app/components/Projects/BottomScreen/Background.vue +++ b/app/components/Projects/BottomScreen/Background.vue @@ -1,17 +1,13 @@ - - diff --git a/app/components/Projects/BottomScreen/Projects.vue b/app/components/Projects/BottomScreen/Projects.vue index fc6996b..6d10556 100644 --- a/app/components/Projects/BottomScreen/Projects.vue +++ b/app/components/Projects/BottomScreen/Projects.vue @@ -65,4 +65,8 @@ const handleKeyDown = (e: KeyboardEvent) => { onMounted(() => window.addEventListener("keydown", handleKeyDown)); onUnmounted(() => window.removeEventListener("keydown", handleKeyDown)); + +defineOptions({ + render: () => null, +}); diff --git a/app/components/Projects/TopScreen/TopScreen.vue b/app/components/Projects/TopScreen/TopScreen.vue index e519b41..48e1383 100644 --- a/app/components/Projects/TopScreen/TopScreen.vue +++ b/app/components/Projects/TopScreen/TopScreen.vue @@ -1,3 +1,5 @@ - - - +