feat(projects): 添加NaiveProvider组件

This commit is contained in:
Soybean
2022-01-05 19:06:23 +08:00
parent 5bfb8199b4
commit c804b21ceb
6 changed files with 54 additions and 4 deletions

View File

@ -1,4 +1,5 @@
import NaiveProvider from './NaiveProvider/index.vue';
import SystemLogo from './SystemLogo/index.vue';
import DarkModeSwitch from './DarkModeSwitch/index.vue';
export { SystemLogo, DarkModeSwitch };
export { NaiveProvider, SystemLogo, DarkModeSwitch };