mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
14 lines
246 B
Vue
14 lines
246 B
Vue
<template>
|
|
<div style="display: flex;justify-content: center;">
|
|
<div>
|
|
<NText strong tag="h1">
|
|
vtsuru
|
|
</NText>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { NButton, NText } from 'naive-ui'
|
|
</script>
|