news-analyze/pages/app/mobile/index.vue

6 lines
209 B
Vue

<template>
<div class="justify-center align-center text-center">
<span class="text-6xl text-bold">目前沒有手機版本</span>
<span class="text-xl">請使用電腦版</span>
</div>
</template>