mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
6 lines
209 B
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>
|