8
									
								
								packages/frontend/src/boot/sub-boot.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packages/frontend/src/boot/sub-boot.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| import { computed, createApp, watch, markRaw, version as vueVersion, defineAsyncComponent } from 'vue'; | ||||
| import { common } from './common'; | ||||
|  | ||||
| export async function subBoot() { | ||||
| 	const { isClientUpdated } = await common(() => createApp( | ||||
| 		defineAsyncComponent(() => import('@/ui/minimum.vue')), | ||||
| 	)); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo