<!--
* app.vue
* Copyright (C) 2024 veypi <i@veypi.com>
* 2024-05-31 17:08
* Distributed under terms of the MIT license.
-->
<template>
<div></div>
<div>
Component: app.card
</div>
</template>
<script lang="ts" setup>
</script>
<style scoped></style>