This commit is contained in:
2023-06-02 23:53:07 +08:00
parent afb2e49345
commit 4dedacf449
31 changed files with 1368 additions and 1236 deletions

View File

@@ -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>