This commit is contained in:
algerkong
2021-07-19 23:13:22 +08:00
parent 4d1d44b0ae
commit eed1211c6a
5 changed files with 22 additions and 63 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
<template>
<div>
<n-config-provider :theme="darkTheme">
<router-view></router-view>
</div>
</n-config-provider>
</template>
<script lang="ts" setup>
import { darkTheme } from 'naive-ui'
</script>