<template> <app-view :show-unread="false" /> </template> <script lang="ts" setup> import AppView from '@mobile/App.vue' </script>