App.vue 132 B

1234567
  1. <template>
  2. <app-view :show-unread="false" />
  3. </template>
  4. <script lang="ts" setup>
  5. import AppView from '@mobile/App.vue'
  6. </script>