update main page

This commit is contained in:
2026-07-16 23:51:05 +07:00
parent 63e83d87ed
commit f36e1c2ce7
7 changed files with 448 additions and 12 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
<script setup lang="ts">
import { RouterView } from 'vue-router'
import { NMessageProvider } from 'naive-ui'
</script>
<template>
<RouterView />
<n-message-provider>
<RouterView />
</n-message-provider>
</template>
<style scoped></style>