60e81a921e
- translate leader board
8 lines
206 B
Vue
8 lines
206 B
Vue
<template>
|
|
<div class="min-h-screen p-6">
|
|
<div class="text-center mb-8">
|
|
<h1 class="text-3xl font-bold text-gray-800 mb-2">Тестовая страница</h1>
|
|
</div>
|
|
</div>
|
|
</template>
|