|
|
@@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<n-config-provider inline-theme-disabled :theme-overrides="themeOverrides"> |
|
|
|
<n-config-provider :locale="zhCN" :date-locale="dateZhCN" inline-theme-disabled :theme-overrides="themeOverrides"> |
|
|
|
<n-loading-bar-provider> |
|
|
|
<loading-bar /> |
|
|
|
<n-dialog-provider> |
|
|
@@ -16,6 +16,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup> |
|
|
|
import { zhCN, dateZhCN } from 'naive-ui' |
|
|
|
import themeOverrides from '@/utils/ui/theme.js' |
|
|
|
import loadingBar from '@/components/LoadingBar/index.vue' |
|
|
|
import messageContent from '@/components/Message/index.vue' |