feat(settings): menu navigation (unanimated)
This commit is contained in:
13
app/components/Settings/TopScreen/Notifications.vue
Normal file
13
app/components/Settings/TopScreen/Notifications.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import TITLE_IMAGE from "/assets/images/settings/top-screen/notification-title.webp";
|
||||
|
||||
const [titleImage] = useImages(TITLE_IMAGE);
|
||||
|
||||
useRender((ctx) => {
|
||||
ctx.drawImage(titleImage!, 0, 144);
|
||||
});
|
||||
|
||||
defineOptions({
|
||||
render: () => null,
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user