mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
7 lines
221 B
Vue
7 lines
221 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>
|