mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
nothing
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<template>
|
||||
<n-button>
|
||||
Hello
|
||||
</n-button>
|
||||
<div style="display: flex;justify-content: center;">
|
||||
<div>
|
||||
<NText strong tag="h1">
|
||||
vtsuru
|
||||
</NText>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { NButton } from 'naive-ui';
|
||||
import { NButton, NText } from 'naive-ui'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user