mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 07:41:02 +08:00
11 lines
267 B
Vue
11 lines
267 B
Vue
<template>
|
|
<div
|
|
class="justify-center align-center text-center absolute inset-0 flex flex-col"
|
|
>
|
|
<h1 class="text-4xl text-bold">APIs</h1>
|
|
<div class="items flex flex-row flex-wrap">
|
|
<div class="item group"></div>
|
|
</div>
|
|
</div>
|
|
</template>
|