mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复顶部加载条主题
This commit is contained in:
0
src/components/business/index.ts
Normal file
0
src/components/business/index.ts
Normal file
@ -1,18 +0,0 @@
|
||||
<template>
|
||||
<n-loading-bar-provider>
|
||||
<n-dialog-provider>
|
||||
<n-notification-provider>
|
||||
<n-message-provider>
|
||||
<slot></slot>
|
||||
<naive-content />
|
||||
</n-message-provider>
|
||||
</n-notification-provider>
|
||||
</n-dialog-provider>
|
||||
</n-loading-bar-provider>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { NLoadingBarProvider, NDialogProvider, NNotificationProvider, NMessageProvider } from 'naive-ui';
|
||||
import NaiveContent from './NaiveContent.vue';
|
||||
</script>
|
||||
<style scoped></style>
|
@ -1,3 +1,3 @@
|
||||
import NaiveApp from './NaiveApp/index.vue';
|
||||
import AppProviderContent from './AppProviderContent/index.vue';
|
||||
|
||||
export { NaiveApp };
|
||||
export { AppProviderContent };
|
||||
|
@ -1 +1 @@
|
||||
export { NaiveApp } from './common';
|
||||
export { AppProviderContent } from './common';
|
||||
|
Reference in New Issue
Block a user