mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	style(projects): 代码格式化
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import DarkMode from './DarkMode.vue';
 | 
			
		||||
import SystemTheme from './SystemTheme.vue'
 | 
			
		||||
import SystemTheme from './SystemTheme.vue';
 | 
			
		||||
 | 
			
		||||
export { DarkMode, SystemTheme };
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user