style(projects): 代码格式化

This commit is contained in:
Soybean 2021-09-01 23:38:07 +08:00
parent d93493b91c
commit 2bc5000942
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import DarkMode from './DarkMode.vue';
import SystemTheme from './SystemTheme.vue'
import SystemTheme from './SystemTheme.vue';
export { DarkMode, SystemTheme };

View File

@ -2,7 +2,7 @@
<n-drawer v-model:show="app.settingDrawer.visible">
<n-drawer-content title="主题配置">
<dark-mode />
<system-theme />
<system-theme />
</n-drawer-content>
</n-drawer>
</template>